summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-11-03 01:10:11 +0000
committerSterling Hughes <sterling@php.net>2000-11-03 01:10:11 +0000
commit76accf4806740ab5166f50f656afc721a9347ff6 (patch)
tree555bb94a8feb4902339447cb02b36ad1655e6dea
parent715ce15a6fb7163e86cac45bcd12d92702bf24ee (diff)
downloadphp-git-76accf4806740ab5166f50f656afc721a9347ff6.tar.gz
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)
-rw-r--r--ext/sablot/config.m42
1 files changed, 2 insertions, 0 deletions
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,[ ])