mirror of
https://github.com/php/php-src.git
synced 2025-01-18 17:54:05 +08:00
make --enable-zend-multibyte known to configure
This commit is contained in:
parent
63d6d67aa7
commit
856c19c67c
@ -2646,7 +2646,7 @@ AC_DEFUN([PHP_CHECK_CONFIGURE_OPTIONS],[
|
||||
with-tsrm-pth | with-tsrm-st | with-tsrm-pthreads[)];;
|
||||
|
||||
# Allow certain Zend options
|
||||
with-zend-vm | enable-maintainer-zts | enable-inline-optimization[)];;
|
||||
with-zend-vm | enable-maintainer-zts | enable-zend-multibyte | enable-inline-optimization[)];;
|
||||
|
||||
# All the rest must be set using the PHP_ARG_* macros
|
||||
# PHP_ARG_* macros set php_enable_<arg_name> or php_with_<arg_name>
|
||||
|
Loading…
Reference in New Issue
Block a user