summaryrefslogtreecommitdiff
path: root/net/samba3/files/patch-lib_replace_autoconf-2.60.m4
blob: 54fbfdc699de819d73cca3730e7a7bf0d3ec8ce8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- lib/replace/autoconf-2.60.m4.orig	2007-11-15 03:15:03.000000000 +0000
+++ lib/replace/autoconf-2.60.m4	2008-06-12 17:56:42.000000000 +0000
@@ -179,6 +179,7 @@
 # ------------------------
 # 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_DEFINE([__EXTENSIONS__])
   AC_DEFINE([_POSIX_PTHREAD_SEMANTICS])
 ])
+])