From 0cddd2eff320897f10ac6929fa888f7c563a5b9c Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Tue, 1 Sep 2009 14:36:45 +0000 Subject: fix help message to indicate that PAM module is built by default git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@984 ef36b2f9-881f-0410-afb5-c4e39611909c --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b92b6eb..5eed921 100644 --- a/configure.ac +++ b/configure.ac @@ -117,8 +117,8 @@ AM_CONDITIONAL([ENABLE_NSS], [test "x$enable_nss" = "xyes"]) # check whether the PAM module should be built AC_MSG_CHECKING([whether to build the PAM module]) AC_ARG_ENABLE(pam, - AS_HELP_STRING([--enable-pam], - [build the PAM module [[default=no]]]),, + AS_HELP_STRING([--disable-pam], + [build the PAM module [[default=yes]]]),, [enable_pam="yes"]) AC_MSG_RESULT($enable_pam) AM_CONDITIONAL([ENABLE_PAM], [test "x$enable_pam" = "xyes"]) -- cgit v1.2.3