summaryrefslogtreecommitdiff
path: root/ext/mbstring/config.m4
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-12-07 01:58:54 +0000
committerMarcus Boerger <helly@php.net>2003-12-07 01:58:54 +0000
commit1ee7d70b9ee3c76fda49611c86413ff2ae48b0b5 (patch)
treeb88459a8f2a083dd2a88d2e714b3a57ee64598d4 /ext/mbstring/config.m4
parente7bad9e2727f635c0631f18af7e960b2e34ee485 (diff)
downloadphp-git-1ee7d70b9ee3c76fda49611c86413ff2ae48b0b5.tar.gz
Enable shared build
Diffstat (limited to 'ext/mbstring/config.m4')
-rw-r--r--ext/mbstring/config.m42
1 files changed, 2 insertions, 0 deletions
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