summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-09-27 12:53:19 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-09-27 12:53:19 (GMT)
commit8edcbecb7a4898dbaed154275338542330b852ae (patch)
treea7acdf3de7f097cb5ed9cee494d60bac24b54748 /Utilities
parent1d5dcf742585dd5ea610412e790c57a65e9dbe58 (diff)
downloadCMake-8edcbecb7a4898dbaed154275338542330b852ae.zip
CMake-8edcbecb7a4898dbaed154275338542330b852ae.tar.gz
CMake-8edcbecb7a4898dbaed154275338542330b852ae.tar.bz2
ENH: add a check for basename to cmcurl
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/cmcurl/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmcurl/CMakeLists.txt b/Utilities/cmcurl/CMakeLists.txt
index ac827ad..066eaee 100644
--- a/Utilities/cmcurl/CMakeLists.txt
+++ b/Utilities/cmcurl/CMakeLists.txt
@@ -381,6 +381,7 @@ CHECK_SYMBOL_EXISTS(strcasecmp "${CURL_INCLUDES}" HAVE_STRCASECMP)
CHECK_SYMBOL_EXISTS(stricmp "${CURL_INCLUDES}" HAVE_STRICMP)
CHECK_SYMBOL_EXISTS(strcmpi "${CURL_INCLUDES}" HAVE_STRCMPI)
CHECK_SYMBOL_EXISTS(strncmpi "${CURL_INCLUDES}" HAVE_STRNCMPI)
+CHECK_SYMBOL_EXISTS(basename "${CURL_INCLUDES}" HAVE_BASENAME)
IF(NOT HAVE_STRNCMPI)
SET(HAVE_STRCMPI)
ENDIF(NOT HAVE_STRNCMPI)