summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2003-04-11 20:04:26 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2003-04-11 20:04:26 +0000
commitf534c63314aca880c63066de0893f7bbcc3f6943 (patch)
tree5c25005b20f75eecfe013e211274dda08c8f8595 /configure.in
parenta66b61421d3251f7b36472ac5fa0d5ec6050962c (diff)
downloadxmlsec1-f534c63314aca880c63066de0893f7bbcc3f6943.tar.gz
xmlsec1-f534c63314aca880c63066de0893f7bbcc3f6943.tar.bz2
xmlsec1-f534c63314aca880c63066de0893f7bbcc3f6943.zip
added XMLSEC_NO_TMPL_TESTS
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 2bd593ae..a3758576 100644
--- a/configure.in
+++ b/configure.in
@@ -638,6 +638,18 @@ else
fi
dnl ==========================================================================
+dnl See do we need templates tests
+dnl ==========================================================================
+AC_MSG_CHECKING(for templates testing)
+AC_ARG_ENABLE(skm, [ --enable-tmpl-tests enable templates testing in xmlsec utility (yes)])
+if test "$enable_tmpl_tests" = "no" ; then
+ XMLSEC_DEFINES="$XMLSEC_DEFINES -DXMLSEC_NO_TMPL_TEST=1"
+ AC_MSG_RESULT(no)
+else
+ AC_MSG_RESULT(yes)
+fi
+
+dnl ==========================================================================
dnl Profiling
dnl ==========================================================================
AC_MSG_CHECKING(for profiling)