summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-05-02 10:24:11 +0000
committerfoobar <sniper@php.net>2002-05-02 10:24:11 +0000
commited101fb57ddeb3dd8bfd4b80d38805f36182d107 (patch)
treeddfed4aa5c50c23c545713e955e95875a284d83b
parentd689414621fb12b56254ac23cd27485fa6bb969b (diff)
downloadphp-git-ed101fb57ddeb3dd8bfd4b80d38805f36182d107.tar.gz
MFH: Do not use the old expat libs.
-rw-r--r--ext/xslt/config.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/xslt/config.m4 b/ext/xslt/config.m4
index 3765399963..5472a7162f 100644
--- a/ext/xslt/config.m4
+++ b/ext/xslt/config.m4
@@ -66,8 +66,7 @@ if test "$PHP_XSLT" != "no"; then
done
if test "$found_expat" = "no"; then
- PHP_ADD_LIBRARY(xmlparse)
- PHP_ADD_LIBRARY(xmltok)
+ AC_MSG_ERROR([expat not found. To build sablotron you need the expat library.])
fi
if test "$PHP_ICONV" = "no"; then