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

tridge at samba.org tridge at samba.org
Sat Sep 9 06:24:13 GMT 2006


Author: tridge
Date: 2006-09-09 06:24:13 +0000 (Sat, 09 Sep 2006)
New Revision: 18289

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

Log:

don't check for inline till we've worked out the main compiler flags

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 06:22:57 UTC (rev 18288)
+++ branches/SAMBA_4_0/source/lib/replace/libreplace.m4	2006-09-09 06:24:13 UTC (rev 18289)
@@ -14,9 +14,9 @@
 dnl needed before AC_TRY_COMPILE
 AC_ISC_POSIX
 AC_USE_SYSTEM_EXTENSIONS
-AC_C_INLINE
 AC_PROG_CC_C99
 AC_PROG_CC
+AC_C_INLINE
 AC_PROG_INSTALL
 
 AH_VERBATIM([_XOPEN_SOURCE_EXTENDED],



More information about the samba-cvs mailing list