aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-06 15:06:51 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2008-03-06 15:06:51 +0100
commit64044f291f6e35b4811ffdc048858c9cbc7f1b15 (patch)
tree8d0b1fc0dc32d5a15779356debc895734f3b6c27
parentUse authentication token even when using pam_passwdqc. (diff)
downloadpambase-20080306.2.tar.gz
pambase-20080306.2.tar.bz2
pambase-20080306.2.zip
Check value, not definition of HAVE_CRACKLIB.pambase-20080306.2
-rw-r--r--openpam-conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpam-conf b/openpam-conf
index 3107aba..bd2a729 100644
--- a/openpam-conf
+++ b/openpam-conf
@@ -1,4 +1,4 @@
-#if defined(HAVE_CRACKLIB)
+#if HAVE_CRACKLIB
# error "pam_cracklib is only supported with Linux-PAM"
#endif