From 2f119fc7a84835287104b377babe7a0fc7ac8427 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 16 Aug 2006 06:11:22 +0000 Subject: r17566: 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 (This used to be commit 687d69af6228d159a0dfc59c44eb0a1349a51f2b) --- source4/build/m4/check_cc.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source4/build/m4/check_cc.m4 b/source4/build/m4/check_cc.m4 index c15da03637..d565bcf278 100644 --- a/source4/build/m4/check_cc.m4 +++ b/source4/build/m4/check_cc.m4 @@ -26,6 +26,8 @@ fi 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 -- cgit