diff options
| -rw-r--r-- | CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f7acf0b7..d98b3611a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -488,7 +488,7 @@ check_function_exists( getgroups HAVE_GETGROUPS )  check_symbol_exists( posix_fadvise "fcntl.h" HAVE_FADVISE )  check_function_exists( getcwd HAVE_GETCWD )  tde_save_and_set( CMAKE_REQUIRED_LIBRARIES ${CMAKE_DL_LIBS} ) -check_function_exists( dlopen HAVE_LIBDL +check_function_exists( dlopen HAVE_LIBDL )  check_function_exists( dlerror HAVE_DLERROR )  tde_restore( CMAKE_REQUIRED_LIBRARIES )  check_function_exists( crypt HAVE_CRYPT ) | 
