From 76accf4806740ab5166f50f656afc721a9347ff6 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Fri, 3 Nov 2000 01:10:11 +0000 Subject: [PATCH] Changed as per discussion with Sablotron folks. @ Changed the sablot configuration file so that if you use any version of @ Sablotron below 0.44 you must use Sablotron's built-in Expat libraries. @ (Sterling) --- ext/sablot/config.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/sablot/config.m4 b/ext/sablot/config.m4 index 160103e137..eae1a24189 100644 --- a/ext/sablot/config.m4 +++ b/ext/sablot/config.m4 @@ -26,6 +26,8 @@ if test "$PHP_SABLOT" != "no"; then PHP_SUBST(SABLOT_SHARED_LIBADD) AC_ADD_LIBRARY_WITH_PATH(sablot, $SABLOT_DIR/lib, SABLOT_SHARED_LIBADD) + AC_ADD_LIBRARY(xmlparse); + AC_ADD_LIBRARY(xmltok); AC_DEFINE(HAVE_SABLOT,1,[ ]) -- 2.50.1