From 1b8125265c0b60686518f7a4b5e77ccf0de69938 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 23 Sep 2006 21:23:48 +0000 Subject: 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) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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="" -- cgit