From: Sascha Schumann Date: Fri, 17 Dec 1999 17:50:14 +0000 (+0000) Subject: Define inline to inline explicitly X-Git-Tag: PRE_LIBZEND_TO_ZEND~50 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb61a2c9447b0ecf16dcafa355bb7bec83e1e3f1;p=php Define inline to inline explicitly --- diff --git a/Zend/libzend.m4 b/Zend/libzend.m4 index 916f7e2dbd..0935be7870 100644 --- a/Zend/libzend.m4 +++ b/Zend/libzend.m4 @@ -166,7 +166,9 @@ else AC_DEFINE(MEMORY_LIMIT, 0, [Memory limit]) fi -if test "$ZEND_INLINE" != "yes"; then +if test "$ZEND_INLINE" = "yes"; then + AC_DEFINE(inline, inline) +else AC_DEFINE(inline, []) fi