]> granicus.if.org Git - php/commitdiff
- The --enable-zend-multibyte option does not exist in PHP 6
authorJani Taskinen <jani@php.net>
Mon, 16 Jul 2007 10:11:39 +0000 (10:11 +0000)
committerJani Taskinen <jani@php.net>
Mon, 16 Jul 2007 10:11:39 +0000 (10:11 +0000)
acinclude.m4

index 7fec262d3f419b7c6cf8e0e93a522a28c68921f1..e0989d8071cb31cfa8e17c38bcf9917e9feb732f 100644 (file)
@@ -2645,7 +2645,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 | enable-zend-multibyte[)];;
+      with-zend-vm | enable-maintainer-zts | 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>