Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2009-09-01 16:36:45 +0200
committerArthur de Jong <arthur@arthurdejong.org>2009-09-01 16:36:45 +0200
commit0cddd2eff320897f10ac6929fa888f7c563a5b9c (patch)
tree47ead248f828bf118ef27baacd85b2ff0b83fb67
parent4a45aed90d1da3967786de459fceaa114c7a71ad (diff)
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
-rw-r--r--configure.ac4
1 files 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"])