sterling                Wed Jun 25 11:31:59 2003 EDT

  Modified files:              
    /php-src/ext/dom    config.m4 
  Log:
  dom5 = dom
  
  
Index: php-src/ext/dom/config.m4
diff -u php-src/ext/dom/config.m4:1.4 php-src/ext/dom/config.m4:1.5
--- php-src/ext/dom/config.m4:1.4       Tue Jun 24 20:17:41 2003
+++ php-src/ext/dom/config.m4   Wed Jun 25 11:31:59 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.4 2003/06/25 00:17:41 sterling Exp $
+dnl $Id: config.m4,v 1.5 2003/06/25 15:31:59 sterling Exp $
 dnl
 
 AC_DEFUN(PHP_DOM_CHECK_VERSION,[
@@ -28,14 +28,14 @@
   [  --with-zlib-dir[=DIR]     DOM: Set the path to libz install prefix.], no, no)
 fi
 
-if test "$PHP_DOM5" != "no"; then
+if test "$PHP_DOM" != "no"; then
 
   DOM_DIR_ADD=""
-  if test -r $PHP_DOM5/include/libxml2/libxml/tree.h; then
-    DOM_DIR=$PHP_DOM5
+  if test -r $PHP_DOM/include/libxml2/libxml/tree.h; then
+    DOM_DIR=$PHP_DOM
     DOM_DIR_ADD="/libxml2"
-  elif test -r $PHP_DOM5/include/libxml/tree.h; then
-    DOM_DIR=$PHP_DOM5
+  elif test -r $PHP_DOM/include/libxml/tree.h; then
+    DOM_DIR=$PHP_DOM
   else
     for i in /usr/local /usr; do
       test -r $i/include/libxml/tree.h && DOM_DIR=$i



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

Reply via email to