summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorormorph <roma251078@mail.ru>2023-06-05 12:38:39 +0300
committerSlávek Banko <slavek.banko@axis.cz>2023-06-05 12:01:19 +0200
commit8b8a8d7b5bb331a3a707b7ccd47cc94a913a30b5 (patch)
tree7680cd5c39f14c0d8f9fd689f141a51c5ae12720
parent61357f5f74e91ac7bc1ed8c6a5b9a0da373e22c2 (diff)
downloadtdebase-8b8a8d7b.tar.gz
tdebase-8b8a8d7b.zip
Replacing the wrong USEPAM variable with USE_PAM
Signed-off-by: ormorph <roma251078@mail.ru> (cherry picked from commit 4fe3dbdc99038a7de062ebeb900833327a31ddf9)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 5f455765b..926b29a43 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -108,7 +108,7 @@ if( BUILD_KCHECKPASS OR BUILD_TDM )
if ( WITH_PAM )
check_library_exists( pam pam_start "" HAVE_PAM )
if( HAVE_PAM )
- set( USEPAM 1 CACHE INTERNAL "" FORCE )
+ set( USE_PAM 1 CACHE INTERNAL "" FORCE )
check_include_file( "security/pam_appl.h" SECURITY_PAM_APPL_H )
endif( )
if( HAVE_PAM AND SECURITY_PAM_APPL_H )