From 3699e58f1fa9d87b325dda90eff52c6cd0a29d3b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 25 Jun 2005 03:18:22 +0000 Subject: r7895: hopefully this will fix the popt build on solaris (This used to be commit 8f0b4ece48b6bf28891dc89e47ebffa81c431bd7) --- source4/build/m4/check_cc.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/build/m4/check_cc.m4') diff --git a/source4/build/m4/check_cc.m4 b/source4/build/m4/check_cc.m4 index 947112f4b6..251d0a5491 100644 --- a/source4/build/m4/check_cc.m4 +++ b/source4/build/m4/check_cc.m4 @@ -11,6 +11,8 @@ if test x"$CC" = x""; then AC_MSG_ERROR([Please Install gcc from http://gcc.gnu.org/]) fi +AC_C_INLINE + dnl needed before AC_TRY_COMPILE AC_ISC_POSIX -- cgit