mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
Fix cross-compile
This commit is contained in:
parent
2926bed9f2
commit
f180478aad
@ -288,7 +288,7 @@ 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, [ ])
|
||||
])
|
||||
], [], [])
|
||||
|
||||
AC_MSG_RESULT(done)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user