[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4528-gce8bfac

Jeremy Allison jra at samba.org
Wed Nov 26 21:21:23 GMT 2008


The branch, v3-3-test has been updated
       via  ce8bfac470869d21e0618db903b9cee4ab283091 (commit)
      from  1888b07267845634e21ee9e7e220c7e1ff9e66bc (commit)

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


- Log -----------------------------------------------------------------
commit ce8bfac470869d21e0618db903b9cee4ab283091
Author: Andreas Schneider <anschneider at suse.de>
Date:   Wed Nov 26 13:20:22 2008 -0800

    Fix circular dependency error with autoconf 2.6.3.
    
    Signed-off-by: Andreas Schneider <anschneider at suse.de>

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

Summary of changes:
 source/lib/replace/autoconf-2.60.m4 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/autoconf-2.60.m4 b/source/lib/replace/autoconf-2.60.m4
index acdcd38..2d5dbc1 100644
--- a/source/lib/replace/autoconf-2.60.m4
+++ b/source/lib/replace/autoconf-2.60.m4
@@ -179,6 +179,7 @@ AC_DEFUN([AC_PROG_CC_C99],
 # ------------------------
 # Enable extensions on systems that normally disable them,
 # typically due to standards-conformance issues.
+m4_ifndef([AC_USE_SYSTEM_EXTENSIONS],[
 AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
 [
   AC_BEFORE([$0], [AC_COMPILE_IFELSE])
@@ -208,3 +209,4 @@ AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS],
     AC_DEFINE([__EXTENSIONS__])
   AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
 ])
+])


-- 
Samba Shared Repository


More information about the samba-cvs mailing list