From: Sterling Hughes Date: Fri, 3 Nov 2000 01:10:11 +0000 (+0000) Subject: Changed as per discussion with Sablotron folks. X-Git-Tag: php-4.0.4RC3~351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76accf4806740ab5166f50f656afc721a9347ff6;p=php 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) --- 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,[ ])