summaryrefslogtreecommitdiff
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
commit1b8125265c0b60686518f7a4b5e77ccf0de69938 (patch)
tree2f5633cbdf7c99fce0881478da64b7adc264afe1
parent846aa881cdc5a527d6ec35e085672580a3b59c99 (diff)
downloadsamba-1b8125265c0b60686518f7a4b5e77ccf0de69938.tar.gz
samba-1b8125265c0b60686518f7a4b5e77ccf0de69938.tar.bz2
samba-1b8125265c0b60686518f7a4b5e77ccf0de69938.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 (This used to be commit 776bd5e36d439a59e2c557e9405a30eeedd78fd2)
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 1efdaad257..b9852ce979 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -326,7 +326,7 @@ fi
CFLAGS="${CFLAGS} -D_SAMBA_BUILD_"
-AC_LIBREPLACE_CC_CHECKS
+# AC_LIBREPLACE_CC_CHECKS
# Set defaults
PIE_CFLAGS=""