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

metze at samba.org metze at samba.org
Tue Sep 19 23:27:05 GMT 2006


Author: metze
Date: 2006-09-19 23:27:04 +0000 (Tue, 19 Sep 2006)
New Revision: 18699

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

Log:
bail out if the compiler doesn't know about C99 struct initializers
as we currently have them in the samba3 tree.

Lets see what the build-farm says to this.

metze

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-19 23:23:21 UTC (rev 18698)
+++ branches/SAMBA_3_0/source/configure.in	2006-09-19 23:27:04 UTC (rev 18699)
@@ -536,7 +536,7 @@
 
 dnl Figure out the flags to support named structure initializers
 
-LIBREPLACE_C99_STRUCT_INIT([],[AC_MSG_WARN([c99 structure initializer are not supported])])
+LIBREPLACE_C99_STRUCT_INIT([],[AC_MSG_ERROR([c99 structure initializer are not supported])])
 
 UNAME_S=`(uname -s) 2>/dev/null` || UNAME_S="unknown"
 AC_MSG_CHECKING(uname -s)



More information about the samba-cvs mailing list