[Cmake-commits] [cmake-commits] hoffman committed CMakeLists.txt 1.18.2.2 1.18.2.3

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Nov 6 10:54:38 EST 2008


Update of /cvsroot/CMake/CMake/Utilities/cmcurl
In directory public:/mounts/ram/cvs-serv32491/Utilities/cmcurl

Modified Files:
      Tag: CMake-2-6
	CMakeLists.txt 
Log Message:
ENH: merge in haiku build change from head, again...


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Utilities/cmcurl/CMakeLists.txt,v
retrieving revision 1.18.2.2
retrieving revision 1.18.2.3
diff -C 2 -d -r1.18.2.2 -r1.18.2.3
*** CMakeLists.txt	18 Jul 2008 15:24:25 -0000	1.18.2.2
--- CMakeLists.txt	6 Nov 2008 15:54:36 -0000	1.18.2.3
***************
*** 166,169 ****
--- 166,171 ----
  ENDIF(BEOS)
  
+ CHECK_LIBRARY_EXISTS_CONCAT("network" recv HAVE_LIBNETWORK)
+ 
  IF(NOT NOT_NEED_LIBNSL)
    CHECK_LIBRARY_EXISTS_CONCAT("nsl"    gethostbyname  HAVE_LIBNSL)



More information about the Cmake-commits mailing list