summaryrefslogtreecommitdiffstats
path: root/source/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-09-23 21:23:48 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:01:04 -0500
commit776bd5e36d439a59e2c557e9405a30eeedd78fd2 (patch)
treec7719b53ac246255f1412dc282a8164870ee3de6 /source/configure.in
parent40a6169aceb51dc7f73ae72ebac2e55c6b1edc3f (diff)
downloadsamba-776bd5e36d439a59e2c557e9405a30eeedd78fd2.tar.gz
samba-776bd5e36d439a59e2c557e9405a30eeedd78fd2.tar.xz
samba-776bd5e36d439a59e2c557e9405a30eeedd78fd2.zip
r18854: Disable the AC_LIBREPLACE_CC_CHECKS, this breaks the HAVE_IMMEDIATE_STRUCTURES
test with gcc 4.1.0. As the build farm is not in the best state right now, this should not matter. Stefan, is there any chance we get the IMMEDIATE_STRUCTURES back and have libreplace at the same time? Volker
Diffstat (limited to 'source/configure.in')
-rw-r--r--source/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.in b/source/configure.in
index 1efdaad257f..b9852ce979a 100644
--- a/source/configure.in
+++ b/source/configure.in
@@ -326,7 +326,7 @@ fi
CFLAGS="${CFLAGS} -D_SAMBA_BUILD_"
-AC_LIBREPLACE_CC_CHECKS
+# AC_LIBREPLACE_CC_CHECKS
# Set defaults
PIE_CFLAGS=""