helly Wed Oct 30 09:57:57 2002 EDT
Modified files:
/php4/ext/domxml config.m4
Log:
added default library path
Index: php4/ext/domxml/config.m4
diff -u php4/ext/domxml/config.m4:1.42 php4/ext/domxml/config.m4:1.43
--- php4/ext/domxml/config.m4:1.42 Sun Oct 20 22:46:11 2002
+++ php4/ext/domxml/config.m4 Wed Oct 30 09:57:56 2002
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.42 2002/10/21 02:46:11 sniper Exp $
+dnl $Id: config.m4,v 1.43 2002/10/30 14:57:56 helly Exp $
dnl
AC_DEFUN(PHP_DOM_CHECK_VERSION,[
@@ -125,7 +125,7 @@
if test -r $PHP_DOM_XSLT/include/libxslt/transform.h; then
DOMXSLT_DIR=$PHP_DOM_XSLT
else
- for i in /usr/local /usr; do
+ for i in /usr/local /usr /usr/lib; do
test -r $i/include/libxslt/transform.h && DOMXSLT_DIR=$i
done
fi
@@ -175,7 +175,7 @@
if test -r $PHP_DOM_EXSLT/include/libexslt/exslt.h; then
DOMEXSLT_DIR=$PHP_DOM_EXSLT
else
- for i in /usr/local /usr; do
+ for i in /usr/local /usr /usr/lib; do
test -r $i/include/libexslt/exslt.h && DOMEXSLT_DIR=$i
done
fi
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php