aboutsummaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2011-05-25 22:09:41 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-05-25 22:09:41 +0200
commit8b73609e47ce83f1045fce95a0bf6dae5aae08dd (patch)
treebe6fc81c85311eea167ec6ed8b0b8ae42f63945f /ConfigureChecks.cmake
parent07fb895fe98b29cc432f742ae51b09f502a1dce6 (diff)
downloadlibssh-8b73609e47ce83f1045fce95a0bf6dae5aae08dd.tar.gz
libssh-8b73609e47ce83f1045fce95a0bf6dae5aae08dd.tar.xz
libssh-8b73609e47ce83f1045fce95a0bf6dae5aae08dd.zip
cmake: Remove unused regcomp check.
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 2f0ec20e..93634b16 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -119,7 +119,6 @@ if (UNIX)
check_function_exists(poll HAVE_POLL)
check_function_exists(select HAVE_SELECT)
check_function_exists(cfmakeraw HAVE_CFMAKERAW)
- check_function_exists(regcomp HAVE_REGCOMP)
endif (UNIX)
set(LIBSSH_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} CACHE INTERNAL "libssh required system libraries")