[SCM] Samba Shared Repository - branch master updated

Andrew Bartlett abartlet at samba.org
Wed Feb 20 16:01:02 MST 2013


The branch, master has been updated
       via  46ab33d build:autoconf: fix output of syslog-facility check
      from  3d29bb2 s3:rpc_client fix a crash

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


- Log -----------------------------------------------------------------
commit 46ab33dc6753c135effedc204f3028a7e2bc2b1b
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>
    
    Reviewed-by: Andrew Bartlett <abartlet at samba.org>
    
    Autobuild-User(master): Andrew Bartlett <abartlet at samba.org>
    Autobuild-Date(master): Thu Feb 21 00:00:06 CET 2013 on sn-devel-104

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

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 594f4b9..56c9190 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -4512,12 +4512,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