helly Sat Dec 6 20:58:55 2003 EDT Modified files: /php-src/ext/mbstring config.m4 Log: Enable shared build Index: php-src/ext/mbstring/config.m4 diff -u php-src/ext/mbstring/config.m4:1.42 php-src/ext/mbstring/config.m4:1.43 --- php-src/ext/mbstring/config.m4:1.42 Thu Dec 4 17:53:16 2003 +++ php-src/ext/mbstring/config.m4 Sat Dec 6 20:58:54 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.42 2003/12/04 22:53:16 moriyoshi Exp $ +dnl $Id: config.m4,v 1.43 2003/12/07 01:58:54 helly Exp $ dnl AC_DEFUN([PHP_MBSTRING_ADD_SOURCES], [ @@ -201,6 +201,7 @@ PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support, [ --enable-mbstring Enable multibyte string support]) +mbstring_shared=$ext_shared PHP_ARG_ENABLE([mbregex], [whether to enable multibyte regex support], [ --disable-mbregex MBSTRING: Disable multibyte regex support], yes, no) @@ -220,5 +221,6 @@ 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