Author: metze
Date: 2006-08-16 06:11:22 +0000 (Wed, 16 Aug 2006)
New Revision: 17566

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

Log:
test if the compiler support inline, this results
in 

#define inline

if the compiler doesn't support it

This hopefully fix the build on some hosts,
however we should not start to use inline in our
code this is more to not need to touch imported files
from heimdal or popt.

metze
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      2006-08-16 06:04:36 UTC 
(rev 17565)
+++ branches/SAMBA_4_0/source/build/m4/check_cc.m4      2006-08-16 06:11:22 UTC 
(rev 17566)
@@ -26,6 +26,8 @@
 dnl needed before AC_TRY_COMPILE
 AC_ISC_POSIX
 
+AC_C_INLINE
+
 AC_CACHE_CHECK([that the C compiler can precompile header 
files],samba_cv_precompiled_headers, [
        dnl Check whether the compiler can generate precompiled headers
        touch conftest.h

Reply via email to