[SCM] Samba Shared Repository - branch master updated - tevent-0-9-8-413-g9e49ad5

Björn Jacke bjacke at samba.org
Thu Sep 17 13:05:22 MDT 2009


The branch, master has been updated
       via  9e49ad558eb9daaf4df13579211378d8ba01815e (commit)
      from  fc20da50a60bcd30923e0ffa07f4ca1ae0d2a110 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 9e49ad558eb9daaf4df13579211378d8ba01815e
Author: Björn Jacke <bj at sernet.de>
Date:   Thu Sep 17 21:04:52 2009 +0200

    s3: build with pam support when possible

-----------------------------------------------------------------------

Summary of changes:
 source3/configure.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index a922e3f..e298ec6 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


-- 
Samba Shared Repository


More information about the samba-cvs mailing list