diff options
Diffstat (limited to 'kcheckpass/ConfigureChecks.cmake')
-rw-r--r-- | kcheckpass/ConfigureChecks.cmake | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kcheckpass/ConfigureChecks.cmake b/kcheckpass/ConfigureChecks.cmake new file mode 100644 index 000000000..120869dac --- /dev/null +++ b/kcheckpass/ConfigureChecks.cmake @@ -0,0 +1,16 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +find_library( CRYPT_LIBRARY crypt ) + +if( WITH_PAM AND (NOT DEFINED KCHECKPASS_PAM_SERVICE) ) + set( KCHECKPASS_PAM_SERVICE "kde" CACHE INTERNAL "" ) +endif( ) |