From 9e49ad558eb9daaf4df13579211378d8ba01815e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Thu, 17 Sep 2009 21:04:52 +0200 Subject: [PATCH] s3: build with pam support when possible --- source3/configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index a922e3fb7ee..e298ec658cf 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -4117,12 +4117,12 @@ AC_ARG_WITH(cifsupcall, # /usr/include/pam. with_pam_for_crypt=no -try_pam=no +try_pam=auto AC_MSG_CHECKING(whether to try PAM support) AC_ARG_WITH(pam, -[AS_HELP_STRING([--with-pam], [Include PAM support (default=no)])], +[AS_HELP_STRING([--with-pam], [Include PAM support (default=auto)])], [ case "$withval" in - yes|no) + yes|no|auto) try_pam=$withval ;; esac -- 2.11.4.GIT