From: Anantha Kesari H Y Date: Thu, 10 Mar 2005 09:50:37 +0000 (+0000) Subject: This patch is needed for cross compilation to go through X-Git-Tag: php-5.0.4RC1~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ee2605386bc023e74cbb714015cbc75d0d16d54;p=php This patch is needed for cross compilation to go through --- diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index b4412a4857..7f917c2419 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -265,6 +265,9 @@ int main() LIBZEND_MM_ALIGN_LOG2=`cat conftest.zend | cut -d ' ' -f 2` AC_DEFINE_UNQUOTED(ZEND_MM_ALIGNMENT, $LIBZEND_MM_ALIGN, [ ]) AC_DEFINE_UNQUOTED(ZEND_MM_ALIGNMENT_LOG2, $LIBZEND_MM_ALIGN_LOG2, [ ]) +], [], [ + dnl cross-compile needs something here + LIBZEND_MM_ALIGN=8 ]) AC_MSG_RESULT(done)