sniper Sun Dec 7 10:41:51 2003 EDT Modified files: /php-src/ext/mbstring config.m4 Log: revert, not needed Index: php-src/ext/mbstring/config.m4 diff -u php-src/ext/mbstring/config.m4:1.43 php-src/ext/mbstring/config.m4:1.44 --- php-src/ext/mbstring/config.m4:1.43 Sat Dec 6 20:58:54 2003 +++ php-src/ext/mbstring/config.m4 Sun Dec 7 10:41:50 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.43 2003/12/07 01:58:54 helly Exp $ +dnl $Id: config.m4,v 1.44 2003/12/07 15:41:50 sniper Exp $ dnl AC_DEFUN([PHP_MBSTRING_ADD_SOURCES], [ @@ -200,11 +200,10 @@ dnl PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support, -[ --enable-mbstring Enable multibyte string support]) -mbstring_shared=$ext_shared +[ --enable-mbstring Enable multibyte string support.]) PHP_ARG_ENABLE([mbregex], [whether to enable multibyte regex support], -[ --disable-mbregex MBSTRING: Disable multibyte regex support], yes, no) +[ --disable-mbregex MBSTRING: Disable multibyte regex support.], yes, no) PHP_ARG_WITH(libmbfl, [for external libmbfl], [ --with-libmbfl[=DIR] MBSTRING: Use external libmbfl. DIR is the libmbfl install prefix. @@ -221,6 +220,5 @@ dnl libmbfl is required PHP_MBSTRING_SETUP_LIBMBFL - ext_shared=$mbstring_shared PHP_MBSTRING_EXTENSION fi
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php