jani            Mon Jul 16 10:11:39 2007 UTC

  Modified files:              
    /php-src    acinclude.m4 
  Log:
  - The --enable-zend-multibyte option does not exist in PHP 6
  
http://cvs.php.net/viewvc.cgi/php-src/acinclude.m4?r1=1.377&r2=1.378&diff_format=u
Index: php-src/acinclude.m4
diff -u php-src/acinclude.m4:1.377 php-src/acinclude.m4:1.378
--- php-src/acinclude.m4:1.377  Mon Jul 16 10:00:31 2007
+++ php-src/acinclude.m4        Mon Jul 16 10:11:39 2007
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: acinclude.m4,v 1.377 2007/07/16 10:00:31 jani Exp $
+dnl $Id: acinclude.m4,v 1.378 2007/07/16 10:11:39 jani Exp $
 dnl
 dnl This file contains local autoconf functions.
 dnl
@@ -2645,7 +2645,7 @@
       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>


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to