summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-06-25 03:18:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:18:46 -0500
commit3699e58f1fa9d87b325dda90eff52c6cd0a29d3b (patch)
treede95041b6ef30de467d742effeaaecb707070fc7
parent8b7c772ab254318aa98f5cdc43766a8c5a3cb7a8 (diff)
downloadsamba-3699e58f1fa9d87b325dda90eff52c6cd0a29d3b.tar.gz
samba-3699e58f1fa9d87b325dda90eff52c6cd0a29d3b.tar.bz2
samba-3699e58f1fa9d87b325dda90eff52c6cd0a29d3b.zip
r7895: hopefully this will fix the popt build on solaris
(This used to be commit 8f0b4ece48b6bf28891dc89e47ebffa81c431bd7)
-rw-r--r--source4/build/m4/check_cc.m42
1 files changed, 2 insertions, 0 deletions
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