From: Jani Taskinen Date: Mon, 16 Jul 2007 10:11:39 +0000 (+0000) Subject: - The --enable-zend-multibyte option does not exist in PHP 6 X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=380fb68d6e2f23cc4b7fd425b1b0df47922e4d5d;p=php - The --enable-zend-multibyte option does not exist in PHP 6 --- diff --git a/acinclude.m4 b/acinclude.m4 index 7fec262d3f..e0989d8071 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -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_ or php_with_