sniper          Sat Aug 30 18:09:27 2003 EDT

  Modified files:              
    /php-src/ext/mbstring       config.m4 
  Log:
  No need to enable by default. Derick got confused. :)
  
Index: php-src/ext/mbstring/config.m4
diff -u php-src/ext/mbstring/config.m4:1.36 php-src/ext/mbstring/config.m4:1.37
--- php-src/ext/mbstring/config.m4:1.36 Sat Aug 30 17:57:29 2003
+++ php-src/ext/mbstring/config.m4      Sat Aug 30 18:09:27 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.36 2003/08/30 21:57:29 sniper Exp $
+dnl $Id: config.m4,v 1.37 2003/08/30 22:09:27 sniper Exp $
 dnl
 
 AC_DEFUN([PHP_MBSTRING_ADD_SOURCES], [
@@ -206,7 +206,7 @@
 
 PHP_ARG_WITH(libmbfl, [for external libmbfl],
 [  --with-libmbfl[=DIR]      MBSTRING: Use external libmbfl. DIR is the libmbfl 
install prefix.
-                            If DIR is not set, the bundled libmbfl will be used.], 
yes, no)
+                            If DIR is not set, the bundled libmbfl will be used.], 
no, no)
 
 if test "$PHP_MBSTRING" != "no"; then  
   AC_DEFINE([HAVE_MBSTRING],1,[whether to have multibyte string support])

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

Reply via email to