svn commit: samba r7895 - in branches/SAMBA_4_0/source/build/m4: .

tridge at samba.org tridge at samba.org
Sat Jun 25 03:18:22 GMT 2005


Author: tridge
Date: 2005-06-25 03:18:22 +0000 (Sat, 25 Jun 2005)
New Revision: 7895

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

Log:
hopefully this will fix the popt build on solaris










Modified:
   branches/SAMBA_4_0/source/build/m4/check_cc.m4


Changeset:
Modified: branches/SAMBA_4_0/source/build/m4/check_cc.m4
===================================================================
--- branches/SAMBA_4_0/source/build/m4/check_cc.m4	2005-06-25 03:10:57 UTC (rev 7894)
+++ branches/SAMBA_4_0/source/build/m4/check_cc.m4	2005-06-25 03:18:22 UTC (rev 7895)
@@ -11,6 +11,8 @@
 	AC_MSG_ERROR([Please Install gcc from http://gcc.gnu.org/])
 fi
 
+AC_C_INLINE
+
 dnl needed before AC_TRY_COMPILE
 AC_ISC_POSIX
 



More information about the samba-cvs mailing list