diff options
author | Antony Dovgal <tony2001@php.net> | 2008-07-03 07:46:17 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-07-03 07:46:17 +0000 |
commit | 856c19c67c742a96f464423f0e4679aa48e58cf8 (patch) | |
tree | d78652c079c3f1ccc6b1ad3f338523c7d611a4c5 /acinclude.m4 | |
parent | 63d6d67aa74ea3ce22b9eb79a4a353cf1b86c7f2 (diff) | |
download | php-git-856c19c67c742a96f464423f0e4679aa48e58cf8.tar.gz |
make --enable-zend-multibyte known to configure
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 8d1f1fcdc4..555ac3ba0f 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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> |