From 1ee7d70b9ee3c76fda49611c86413ff2ae48b0b5 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 7 Dec 2003 01:58:54 +0000 Subject: Enable shared build --- ext/mbstring/config.m4 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ext/mbstring/config.m4') diff --git a/ext/mbstring/config.m4 b/ext/mbstring/config.m4 index 861fc347e8..9d3bc6b3d0 100644 --- a/ext/mbstring/config.m4 +++ b/ext/mbstring/config.m4 @@ -201,6 +201,7 @@ dnl 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 @@ if test "$PHP_MBSTRING" != "no"; then dnl libmbfl is required PHP_MBSTRING_SETUP_LIBMBFL + ext_shared=$mbstring_shared PHP_MBSTRING_EXTENSION fi -- cgit v1.2.1