]> granicus.if.org Git - php/commitdiff
make --enable-zend-multibyte known to configure
authorAntony Dovgal <tony2001@php.net>
Thu, 3 Jul 2008 07:46:17 +0000 (07:46 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 3 Jul 2008 07:46:17 +0000 (07:46 +0000)
acinclude.m4

index 8d1f1fcdc40d1c51bfc536d16fb89ed092cfcd19..555ac3ba0f4b6da30d24d10cc46483bd2cf5193c 100644 (file)
@@ -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>