From: foobar Date: Fri, 3 Nov 2000 01:56:58 +0000 (+0000) Subject: fix configure.. X-Git-Tag: php-4.0.4RC3~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ea486c58f4d9e161bf4b53471deaa6d944d8d66;p=php fix configure.. --- diff --git a/ext/sablot/config.m4 b/ext/sablot/config.m4 index eae1a24189..665d3015ec 100644 --- a/ext/sablot/config.m4 +++ b/ext/sablot/config.m4 @@ -26,8 +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_ADD_LIBRARY(xmlparse) + AC_ADD_LIBRARY(xmltok) AC_DEFINE(HAVE_SABLOT,1,[ ])