1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 11:13:36 +02:00

Hack the planet

This commit is contained in:
foobar
2005-02-23 07:50:28 +00:00
parent a5806375b5
commit 775cfd708e
+4 -1
View File
@@ -288,7 +288,10 @@ 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)