From 5ee2605386bc023e74cbb714015cbc75d0d16d54 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Thu, 10 Mar 2005 09:50:37 +0000 Subject: [PATCH] This patch is needed for cross compilation to go through --- Zend/Zend.m4 | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.50.1