From 380fb68d6e2f23cc4b7fd425b1b0df47922e4d5d Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 16 Jul 2007 10:11:39 +0000 Subject: [PATCH] - The --enable-zend-multibyte option does not exist in PHP 6 --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ -- 2.50.1