mirror of
https://github.com/php/php-src.git
synced 2026-04-20 06:21:12 +02:00
Only replaced C0X and C0x, but not c0x..
This commit is contained in:
@@ -100,8 +100,8 @@ AC_ARG_ENABLE(debug,
|
||||
|
||||
AC_DEFUN(LIBZEND_OTHER_CHECKS,[
|
||||
|
||||
AC_ARG_ENABLE(c0x-inline,
|
||||
[ --enable-c0x-inline Enable C9x-inline semantics],[
|
||||
AC_ARG_ENABLE(c9x-inline,
|
||||
[ --enable-c9x-inline Enable C9x-inline semantics],[
|
||||
ZEND_C9X_INLINE=$enableval
|
||||
],[
|
||||
ZEND_C9X_INLINE=no
|
||||
|
||||
Reference in New Issue
Block a user