mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unnecessary LIBZEND_MM_ALIGN assignment
We're not using the variable in this branch.
This commit is contained in:
parent
941b55fe63
commit
1c8bb6d681
1 changed files with 0 additions and 1 deletions
|
@ -278,7 +278,6 @@ int main()
|
|||
AC_DEFINE_UNQUOTED(ZEND_MM_ALIGNMENT_LOG2, $LIBZEND_MM_ALIGN_LOG2, [ ])
|
||||
], [], [
|
||||
dnl Cross compilation needs something here.
|
||||
LIBZEND_MM_ALIGN=8
|
||||
AC_DEFINE_UNQUOTED(ZEND_MM_ALIGNMENT, 8, [ ])
|
||||
AC_DEFINE_UNQUOTED(ZEND_MM_ALIGNMENT_LOG2, 3, [ ])
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue