diff options
-rw-r--r-- | configure.ac | 4 |
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"]) |