]> granicus.if.org Git - php/commitdiff
Enable shared build
authorMarcus Boerger <helly@php.net>
Sun, 7 Dec 2003 01:58:54 +0000 (01:58 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 7 Dec 2003 01:58:54 +0000 (01:58 +0000)
ext/mbstring/config.m4

index 861fc347e8997096dc616e9e034a2c874337997e..9d3bc6b3d0fd1dd4be0dbbfd9211927494a9a470 100644 (file)
@@ -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