summaryrefslogtreecommitdiff
path: root/ext/xslt
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-04-23 08:54:49 +0000
committerfoobar <sniper@php.net>2003-04-23 08:54:49 +0000
commit92096ac7535e88be66cf175768e72f9cfcbd9e7e (patch)
tree397296cf997b4152556056c6a995cb90cdad313f /ext/xslt
parent604a41e24492e383ced0cc189ed0798af2499015 (diff)
downloadphp-git-92096ac7535e88be66cf175768e72f9cfcbd9e7e.tar.gz
Fix obvious flaw in this test
Diffstat (limited to 'ext/xslt')
-rw-r--r--ext/xslt/config.m44
1 files changed, 3 insertions, 1 deletions
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, [ ])