svn commit: samba r18288 - in branches/SAMBA_4_0/source/lib/replace: .

tridge at samba.org tridge at samba.org
Sat Sep 9 06:22:58 GMT 2006


Author: tridge
Date: 2006-09-09 06:22:57 +0000 (Sat, 09 Sep 2006)
New Revision: 18288

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

Log:

autoconf already has a C99 test builtin!

If this works well, we can remove our own test

Modified:
   branches/SAMBA_4_0/source/lib/replace/libreplace.m4


Changeset:
Modified: branches/SAMBA_4_0/source/lib/replace/libreplace.m4
===================================================================
--- branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-09 03:45:04 UTC (rev 18287)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-09 06:22:57 UTC (rev 18288)
@@ -15,6 +15,7 @@
 AC_ISC_POSIX
 AC_USE_SYSTEM_EXTENSIONS
 AC_C_INLINE
+AC_PROG_CC_C99
 AC_PROG_CC
 AC_PROG_INSTALL
 



More information about the samba-cvs mailing list