[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Thu Jul 18 12:02:41 MDT 2013


The branch, v3-6-test has been updated
       via  dbb52ee build:autoconf: fix output of syslog-facility check
      from  b5a8afd PIDL: fix parsing linemarkers in preprocessor output

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit dbb52ee98b84659386d70f0e75b0fa93fada1a97
Author: Björn Jacke <bj at sernet.de>
Date:   Wed Feb 20 19:57:24 2013 +0100

    build:autoconf: fix output of syslog-facility check
    
    thanks to Thomas Bork for reporting!
    
    Signed-off-by: Bjoern Jacke <bj at sernet.de>
    
    Fix bug #9983 - configure and syslog facility and disk-quotas support.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/configure.in b/source3/configure.in
index 5b14a24..42c23e3 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4876,12 +4876,15 @@ AC_ARG_WITH(syslog-facility,
   if test "$withval" = "no" ; then
     AC_MSG_ERROR([argument to --with-syslog-facility must be a string])
   else
+     AC_MSG_RESULT([$withval])
      if test "$withval" != "yes" ; then
         syslog_facility="$withval"
 	AC_DEFINE_UNQUOTED(SYSLOG_FACILITY,$syslog_facility, [syslog facility to log to])
      fi
   fi
-])
+],
+AC_MSG_RESULT(no)
+)
 
 #################################################
 # check for experimental disk-quotas support


-- 
Samba Shared Repository


More information about the samba-cvs mailing list