svn commit: samba r18854 - in branches/SAMBA_3_0/source: .

vlendec at samba.org vlendec at samba.org
Sat Sep 23 21:23:48 GMT 2006


Author: vlendec
Date: 2006-09-23 21:23:48 +0000 (Sat, 23 Sep 2006)
New Revision: 18854

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18854

Log:
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

Modified:
   branches/SAMBA_3_0/source/configure.in


Changeset:
Modified: branches/SAMBA_3_0/source/configure.in
===================================================================
--- branches/SAMBA_3_0/source/configure.in	2006-09-23 21:06:33 UTC (rev 18853)
+++ branches/SAMBA_3_0/source/configure.in	2006-09-23 21:23:48 UTC (rev 18854)
@@ -326,7 +326,7 @@
 
 CFLAGS="${CFLAGS} -D_SAMBA_BUILD_"
 
-AC_LIBREPLACE_CC_CHECKS
+# AC_LIBREPLACE_CC_CHECKS
 
 # Set defaults
 PIE_CFLAGS=""



More information about the samba-cvs mailing list