diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-09-23 21:23:48 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:01:04 -0500 |
commit | 1b8125265c0b60686518f7a4b5e77ccf0de69938 (patch) | |
tree | 2f5633cbdf7c99fce0881478da64b7adc264afe1 /source3 | |
parent | 846aa881cdc5a527d6ec35e085672580a3b59c99 (diff) | |
download | samba-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)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 |
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="" |