]> granicus.if.org Git - php/commitdiff
that was not good :-(
authorMarcus Boerger <helly@php.net>
Wed, 30 Oct 2002 17:42:36 +0000 (17:42 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 30 Oct 2002 17:42:36 +0000 (17:42 +0000)
#failure was in my installation

ext/domxml/config.m4

index f40db6c5250f27a55e3ece58142fc66e046d2a89..580690830297df72c6404ea6605a4fdf05fd70ff 100644 (file)
@@ -125,7 +125,7 @@ if test "$PHP_DOM_XSLT" != "no"; then
   if test -r $PHP_DOM_XSLT/include/libxslt/transform.h; then
     DOMXSLT_DIR=$PHP_DOM_XSLT
   else
-    for i in /usr/local /usr /usr/lib; do
+    for i in /usr/local /usr; do
       test -r $i/include/libxslt/transform.h && DOMXSLT_DIR=$i
     done
   fi
@@ -175,7 +175,7 @@ if test "$PHP_DOM_EXSLT" != "no"; then
   if test -r $PHP_DOM_EXSLT/include/libexslt/exslt.h; then
     DOMEXSLT_DIR=$PHP_DOM_EXSLT
   else
-    for i in /usr/local /usr /usr/lib; do
+    for i in /usr/local /usr; do
       test -r $i/include/libexslt/exslt.h && DOMEXSLT_DIR=$i
     done
   fi