[Cmake-commits] [cmake-commits] king committed config.h.in 1.6 1.7

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Dec 14 17:26:49 EST 2009


Update of /cvsroot/CMake/CMake/Utilities/cmlibarchive/build/cmake
In directory public:/mounts/ram/cvs-serv25134/Utilities/cmlibarchive/build/cmake

Modified Files:
	config.h.in 
Log Message:
libarchive: Drop unused %jd and %lld checks

The libarchive source does not use HAVE_PRINTF_JD or HAVE_PRINTF_LLD, so
we do not need to test for them at configuration time.


Index: config.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/build/cmake/config.h.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -C 2 -d -r1.6 -r1.7
*** config.h.in	30 Nov 2009 22:22:24 -0000	1.6
--- config.h.in	14 Dec 2009 22:26:47 -0000	1.7
***************
*** 321,330 ****
  #cmakedefine HAVE_POLL_H 1
  
- /* Define to 1 if printf() supports "%ju" and "%jd" */
- #cmakedefine HAVE_PRINTF_JD 1
- 
- /* Define to 1 if printf() supports "%llu" and "%lld" */
- #cmakedefine HAVE_PRINTF_LLD 1
- 
  /* Define to 1 if you have the <process.h> header file. */
  #cmakedefine HAVE_PROCESS_H 1
--- 321,324 ----



More information about the Cmake-commits mailing list