From: foobar Date: Wed, 23 Apr 2003 08:54:49 +0000 (+0000) Subject: Fix obvious flaw in this test X-Git-Tag: SPL_ALPHA~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92096ac7535e88be66cf175768e72f9cfcbd9e7e;p=php Fix obvious flaw in this test --- diff --git a/ext/xslt/config.m4 b/ext/xslt/config.m4 index 6527ba2684..e29e244093 100644 --- a/ext/xslt/config.m4 +++ b/ext/xslt/config.m4 @@ -147,9 +147,11 @@ int main () ]) dnl SablotSetOptions implemented in Sablotron CVS > 2002/10/31 - AC_CHECK_LIB(sablot, SablotGetOptions, + PHP_CHECK_LIBRARY(sablot, SablotGetOptions, [ AC_DEFINE(HAVE_SABLOT_GET_OPTIONS, 1, [Whether Sablotron supports SablotGetOptions]) + ], [], [ + -L$XSLT_DIR/lib ]) AC_DEFINE(HAVE_SABLOT_BACKEND, 1, [ ])