]> granicus.if.org Git - php/commitdiff
MFH: Do not use the old expat libs.
authorfoobar <sniper@php.net>
Thu, 2 May 2002 10:24:11 +0000 (10:24 +0000)
committerfoobar <sniper@php.net>
Thu, 2 May 2002 10:24:11 +0000 (10:24 +0000)
ext/xslt/config.m4

index 3765399963b38ba0a98ba3a5ee77844a126b2c85..5472a7162faef6c2e2f25c67f19a1e64b21ac8cf 100644 (file)
@@ -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