[Cmake-commits] [cmake-commits] king committed CheckHeaderSTDC.c 1.1 NONE CheckHeaderSTDC.cmake 1.1 NONE config.h.in 1.5 1.6

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 30 17:22:26 EST 2009


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

Modified Files:
	config.h.in 
Removed Files:
	CheckHeaderSTDC.c CheckHeaderSTDC.cmake 
Log Message:
libarchive: Remove unused STDC_HEADERS try_run

This was the only try_run() in libarchive, and the result was not used
in the source code.  We remove it to allow cross-compiling to work.


Index: config.h.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmlibarchive/build/cmake/config.h.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C 2 -d -r1.5 -r1.6
*** config.h.in	4 Nov 2009 21:06:34 -0000	1.5
--- config.h.in	30 Nov 2009 22:22:24 -0000	1.6
***************
*** 621,627 ****
  #cmakedefine SIZEOF_WCHAR_T ${SIZEOF_WCHAR_T}
  
- /* Define to 1 if you have the ANSI C header files. */
- #cmakedefine STDC_HEADERS 1
- 
  /* Define to 1 if strerror_r returns char *. */
  #cmakedefine STRERROR_R_CHAR_P 1
--- 621,624 ----

--- CheckHeaderSTDC.c DELETED ---

--- CheckHeaderSTDC.cmake DELETED ---



More information about the Cmake-commits mailing list