From: foobar Date: Thu, 2 May 2002 10:24:11 +0000 (+0000) Subject: MFH: Do not use the old expat libs. X-Git-Tag: php-4.2.1RC2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed101fb57ddeb3dd8bfd4b80d38805f36182d107;p=php MFH: Do not use the old expat libs. --- 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