From 92096ac7535e88be66cf175768e72f9cfcbd9e7e Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 23 Apr 2003 08:54:49 +0000 Subject: [PATCH] Fix obvious flaw in this test --- ext/xslt/config.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ext/xslt/config.m4 b/ext/xslt/config.m4 index 6527ba26843..e29e2440931 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, [ ])