diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-12-27 16:38:33 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-12-27 16:38:49 +0100 |
commit | dda508cd5afbc42a4ade6a2642930ab217a19b6b (patch) | |
tree | 78a81ec75b7d58f3084829a058d347f05d323b4f | |
parent | e408a16377e7f9819ad66dff2b4dd0e9fa6af3c4 (diff) | |
download | tdelibs-dda508cd5afbc42a4ade6a2642930ab217a19b6b.tar.gz tdelibs-dda508cd5afbc42a4ade6a2642930ab217a19b6b.zip |
Fix a typo and thus FTBFS from the previous commit.r14.1.x
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 0b1121b707fa0dc09ee4841207182803d704503e)
-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 ) |