summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-09-17 21:04:52 +0200
committerBjörn Jacke <bj@sernet.de>2009-09-17 21:05:54 +0200
commit9e49ad558eb9daaf4df13579211378d8ba01815e (patch)
tree817ed7acc4f308ac3de94324a209438e34b3e845 /source3/configure.in
parentfc20da50a60bcd30923e0ffa07f4ca1ae0d2a110 (diff)
downloadsamba-9e49ad558eb9daaf4df13579211378d8ba01815e.tar.gz
samba-9e49ad558eb9daaf4df13579211378d8ba01815e.tar.bz2
samba-9e49ad558eb9daaf4df13579211378d8ba01815e.zip
s3: build with pam support when possible
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/configure.in b/source3/configure.in
index a922e3fb7e..e298ec658c 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