The branch, v3-0-test has been updated
       via  26e82e3e006a80c9d4d1cb437eb39b02efa7c3ad (commit)
      from  d326dc7dc08acbb7bf511ca9579cefe591b0ba94 (commit)

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


- Log -----------------------------------------------------------------
commit 26e82e3e006a80c9d4d1cb437eb39b02efa7c3ad
Author: Andreas Schneider <[EMAIL PROTECTED]>
Date:   Wed Oct 29 14:12:04 2008 +0100

    Fix circular dependency error with autoconf 2.6.3.
    
    Signed-off-by: Andreas Schneider <[EMAIL PROTECTED]>

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

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

Reply via email to