tony2001 Thu Jul 3 07:46:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src acinclude.m4 Log: make --enable-zend-multibyte known to configure http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.332.2.14.2.26.2.6&r2=1.332.2.14.2.26.2.7&diff_format=u Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.332.2.14.2.26.2.6 php-src/acinclude.m4:1.332.2.14.2.26.2.7 --- php-src/acinclude.m4:1.332.2.14.2.26.2.6 Mon Apr 7 17:55:21 2008 +++ php-src/acinclude.m4 Thu Jul 3 07:46:17 2008 @@ -1,5 +1,5 @@ dnl -dnl $Id: acinclude.m4,v 1.332.2.14.2.26.2.6 2008/04/07 17:55:21 derick Exp $ +dnl $Id: acinclude.m4,v 1.332.2.14.2.26.2.7 2008/07/03 07:46:17 tony2001 Exp $ dnl dnl This file contains local autoconf functions. dnl @@ -2646,7 +2646,7 @@ 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>
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php