From: Chuck Hagenbuch Date: Mon, 9 Oct 2000 18:32:37 +0000 (+0000) Subject: revert patch. Sablot won't build anymore, at least in combination with zlib. X-Git-Tag: php-4.0.3~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=046ecab96f7f539abcb01f3f4ddfd6af47e242a4;p=php revert patch. Sablot won't build anymore, at least in combination with zlib. --- diff --git a/ext/sablot/config.m4 b/ext/sablot/config.m4 index 539feb463f..160103e137 100644 --- a/ext/sablot/config.m4 +++ b/ext/sablot/config.m4 @@ -26,8 +26,6 @@ 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_WITH_PATH(xmlparse, $SABLOT_DIR/lib, SABLOT_SHARED_LIBADD) - AC_ADD_LIBRARY_WITH_PATH(xmltok, $SABLOT_DIR/lib, SABLOT_SHARED_LIBADD) AC_DEFINE(HAVE_SABLOT,1,[ ])