From ed101fb57ddeb3dd8bfd4b80d38805f36182d107 Mon Sep 17 00:00:00 2001 From: foobar Date: Thu, 2 May 2002 10:24:11 +0000 Subject: [PATCH] MFH: Do not use the old expat libs. --- ext/xslt/config.m4 | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.50.1