]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Wed, 23 Apr 2003 08:55:09 +0000 (08:55 +0000)
committerfoobar <sniper@php.net>
Wed, 23 Apr 2003 08:55:09 +0000 (08:55 +0000)
ext/xslt/config.m4

index 6527ba268437d07837597de04c2144bba953fe84..e29e2440931a46dd7f1bd99e400d30ab9530a445 100644 (file)
@@ -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, [ ])