From 8b73609e47ce83f1045fce95a0bf6dae5aae08dd Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 25 May 2011 22:09:41 +0200 Subject: cmake: Remove unused regcomp check. --- ConfigureChecks.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'ConfigureChecks.cmake') 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") -- cgit