diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-03-20 13:51:01 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-03-20 13:51:01 (GMT) |
commit | 2bd4301797ac943e9bb5be3f38eb2f0cd491591d (patch) | |
tree | fd8a4c1b5c376561c02548d1ea80e04940ec5a67 /Utilities/cmcurl/CMakeLists.txt | |
parent | 56ce727d1019886d210b7f6181504f279052816c (diff) | |
download | CMake-2bd4301797ac943e9bb5be3f38eb2f0cd491591d.zip CMake-2bd4301797ac943e9bb5be3f38eb2f0cd491591d.tar.gz CMake-2bd4301797ac943e9bb5be3f38eb2f0cd491591d.tar.bz2 |
BUG: was not setting HAVE_PROCESS_H properly
Diffstat (limited to 'Utilities/cmcurl/CMakeLists.txt')
-rw-r--r-- | Utilities/cmcurl/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt index 290c120..c04de73 100644 --- a/Utilities/cmcurl/CMakeLists.txt +++ b/Utilities/cmcurl/CMakeLists.txt @@ -189,6 +189,8 @@ IF(CURL_SPECIAL_LIBZ) SET(HAVE_ZLIB_H 0) ENDIF(CURL_SPECIAL_LIBZ) +# do we have process.h +CHECK_INCLUDE_FILE("process.h" HAVE_PROCESS_H) # If we have features.h, then do the _BSD_SOURCE magic CHECK_INCLUDE_FILE("features.h" HAVE_FEATURES_H) |