summaryrefslogtreecommitdiff
path: root/ext/xslt/config.m4
diff options
context:
space:
mode:
authorMelvyn Sopacua <msopacua@php.net>2002-10-31 21:21:01 +0000
committerMelvyn Sopacua <msopacua@php.net>2002-10-31 21:21:01 +0000
commit5062dbee4c750abb49b6abfc74f6e84abb299a2d (patch)
tree91e8922d5575f742a334a2f0e76ec434f53cf7f7 /ext/xslt/config.m4
parent45227ec40c6088770f16a79696d4140ed785393b (diff)
downloadphp-git-5062dbee4c750abb49b6abfc74f6e84abb299a2d.tar.gz
- Add constant XSLT_SABOPT_FILES_TO_HANDLER overriding the default
behavior of Sablotron to handle files itself, even if a scheme-handler is registered. - Implement xslt_getopt - Modify behavior of xslt_setopt, so that it returns the previous value. # All these need Sab CVS version > 2002/10/31
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