aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2009-07-13 12:32:06 +0200
committerAris Adamantiadis <aris@0xbadc0de.be>2009-07-13 12:32:06 +0200
commitbf8d139b2d8baa9864a3e54d4275b39be450a2f7 (patch)
treeab7df2a921d4cbf0749baf33c6032e7a3ad0e324 /ConfigureChecks.cmake
parent093983b80415bfbc79841b8d706fd1ce05362449 (diff)
downloadlibssh-bf8d139b2d8baa9864a3e54d4275b39be450a2f7.tar.gz
libssh-bf8d139b2d8baa9864a3e54d4275b39be450a2f7.tar.xz
libssh-bf8d139b2d8baa9864a3e54d4275b39be450a2f7.zip
Enable conditional compiling for IP regex code.
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 0b1629e..14abf09 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -34,6 +34,7 @@ else (WIN32)
check_function_exists(gethostbyname HAVE_GETHOSTBYNAME)
check_function_exists(poll HAVE_POLL)
check_function_exists(select HAVE_SELECT)
+ check_function_exists(regcomp HAVE_REGCOMP)
endif (WIN32)
# LIBRARIES