summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-10-30 17:42:36 +0000
committerMarcus Boerger <helly@php.net>2002-10-30 17:42:36 +0000
commit656b3ae8ec3460c72a611bf299c55870477087af (patch)
tree09b79db4e5c2e14532d089e6d8658861d97668ec
parentd8837750de3971fa3e5023fad02512140f3f2a76 (diff)
downloadphp-git-656b3ae8ec3460c72a611bf299c55870477087af.tar.gz
that was not good :-(
#failure was in my installation
-rw-r--r--ext/domxml/config.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/domxml/config.m4 b/ext/domxml/config.m4
index f40db6c525..5806908302 100644
--- a/ext/domxml/config.m4
+++ b/ext/domxml/config.m4
@@ -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