diff options
-rw-r--r-- | source4/build/m4/check_cc.m4 | 2 |
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 |