Replacing the wrong USEPAM variable with USE_PAM

Signed-off-by: ormorph <roma251078@mail.ru>
pull/355/head
ormorph 11 months ago
parent 8c543e26ec
commit 4fe3dbdc99

@ -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 )

Loading…
Cancel
Save