]> granicus.if.org Git - php/commitdiff
Changed as per discussion with Sablotron folks.
authorSterling Hughes <sterling@php.net>
Fri, 3 Nov 2000 01:10:11 +0000 (01:10 +0000)
committerSterling Hughes <sterling@php.net>
Fri, 3 Nov 2000 01:10:11 +0000 (01:10 +0000)
@ 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

index 160103e13747cf9549e9b6ab98ad580bc588c083..eae1a241891537fef75d1ea5a5efe456875ccea2 100644 (file)
@@ -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,[ ])