sniper          Sun Dec  7 10:37:30 2003 EDT

  Modified files:              
    /php-src/ext/dom    config.m4 
  Log:
  revert, not needed
  
Index: php-src/ext/dom/config.m4
diff -u php-src/ext/dom/config.m4:1.14 php-src/ext/dom/config.m4:1.15
--- php-src/ext/dom/config.m4:1.14      Sat Dec  6 19:21:47 2003
+++ php-src/ext/dom/config.m4   Sun Dec  7 10:37:30 2003
@@ -1,10 +1,9 @@
 dnl
-dnl $Id: config.m4,v 1.14 2003/12/07 00:21:47 helly Exp $
+dnl $Id: config.m4,v 1.15 2003/12/07 15:37:30 sniper Exp $
 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 @@
                             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.])

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to