]> granicus.if.org Git - php/commitdiff
revert, not needed
authorfoobar <sniper@php.net>
Sun, 7 Dec 2003 15:41:50 +0000 (15:41 +0000)
committerfoobar <sniper@php.net>
Sun, 7 Dec 2003 15:41:50 +0000 (15:41 +0000)
ext/dom/config.m4
ext/mbstring/config.m4

index 43cd721927398d86d0e5a86f8c45b4bf239d36ee..82c97e6bd34ce4fb54f2c1142ccdd617b71e9937 100644 (file)
@@ -4,7 +4,6 @@ dnl
 
 PHP_ARG_ENABLE(dom, whether to enable DOM support,
 [  --disable-dom           Disable new DOM support.], yes)
-dom_shared=$ext_shared
 
 if test -z "$PHP_LIBXML_DIR"; then
   PHP_ARG_WITH(libxml-dir, libxml2 install dir,
@@ -25,7 +24,7 @@ if test "$PHP_DOM" != "no" && test "$PHP_LIBXML" != "no"; then
                             domimplementationsource.c entityreference.c \
                             notation.c xpath.c dom_iterators.c \
                             typeinfo.c domerror.c domlocator.c namednodemap.c userdatahandler.c], 
-                            $dom_shared)
+                            $ext_shared)
     PHP_SUBST(DOM_SHARED_LIBADD)
   ], [
     AC_MSG_ERROR([xml2-config not found. Please check your libxml2 installation.])
index 9d3bc6b3d0fd1dd4be0dbbfd9211927494a9a470..00507adc208f9ee924abf48ef93aaf2a9bca1878 100644 (file)
@@ -200,11 +200,10 @@ dnl Main config
 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 @@ if test "$PHP_MBSTRING" != "no"; then
   
   dnl libmbfl is required
   PHP_MBSTRING_SETUP_LIBMBFL
-  ext_shared=$mbstring_shared
   PHP_MBSTRING_EXTENSION
 fi