From 856c19c67c742a96f464423f0e4679aa48e58cf8 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Thu, 3 Jul 2008 07:46:17 +0000 Subject: [PATCH] make --enable-zend-multibyte known to configure --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ or php_with_ -- 2.50.1