]> granicus.if.org Git - php/commitdiff
This patch is needed for cross compilation to go through
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 10 Mar 2005 09:50:37 +0000 (09:50 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 10 Mar 2005 09:50:37 +0000 (09:50 +0000)
Zend/Zend.m4

index b4412a4857d7e3f02189a327d2087f3e2e047e22..7f917c24198333795f84342077f70744d7808b80 100644 (file)
@@ -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)