summaryrefslogtreecommitdiff
path: root/ext/xslt/config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xslt/config.m4')
-rw-r--r--ext/xslt/config.m46
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/xslt/config.m4 b/ext/xslt/config.m4
index 4b466e0299..9d69355f3a 100644
--- a/ext/xslt/config.m4
+++ b/ext/xslt/config.m4
@@ -133,6 +133,12 @@ int main ()
-L$XSLT_DIR/lib
])
+ dnl SablotSetOptions implemented in Sablotron CVS > 2002/10/31
+ AC_CHECK_LIB(sablot, SablotGetOptions,
+ [
+ AC_DEFINE(HAVE_SABLOT_GET_OPTIONS, 1, [Whether Sablotron supports SablotGetOptions])
+ ])
+
AC_DEFINE(HAVE_SABLOT_BACKEND, 1, [ ])
fi