aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-10-04 14:09:17 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-10-04 14:09:17 +0000
commit22cdb842fdc74bc4b5133f5c03d7c85c9fef7d7f (patch)
tree03ade508b11aa3e22f04d2c6df495824503965c1 /configure.in
parentc93a19fc1029bea8c63c7eaf9dc42dce32478fe9 (diff)
downloadandroid_external_libxml2-22cdb842fdc74bc4b5133f5c03d7c85c9fef7d7f.tar.gz
android_external_libxml2-22cdb842fdc74bc4b5133f5c03d7c85c9fef7d7f.tar.bz2
android_external_libxml2-22cdb842fdc74bc4b5133f5c03d7c85c9fef7d7f.zip
revamped the XML debugging module and prepare for a new checking mode
* configure.in debugXML.c include/libxml/xmlversion.h.in include/libxml/xmlwin32version.h.in: revamped the XML debugging module and prepare for a new checking mode Daniel
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index ee585f3d..c5930729 100644
--- a/configure.in
+++ b/configure.in
@@ -440,6 +440,7 @@ if [[ "${LOGNAME}" = "veillard" -a "`pwd`" = "/u/veillard/XML" ]] || \
then
if test "${with_mem_debug}" = "" ; then
with_mem_debug="yes"
+ with_run_debug="yes"
fi
if test "${with_docbook}" = "" ; then
with_docbook="yes"
@@ -1031,6 +1032,19 @@ else
fi
AC_SUBST(WITH_MEM_DEBUG)
+AC_ARG_WITH(run_debug,
+[ --with-run-debug add the runtime debugging module (off)])
+if test "$with_minimum" = "yes" -a "$with_run_debug" = ""
+then
+ with_run_debug=no
+fi
+if test "$with_run_debug" = "yes" ; then
+ echo Enabling runtime debug support
+ WITH_RUN_DEBUG=1
+else
+ WITH_RUN_DEBUG=0
+fi
+AC_SUBST(WITH_RUN_DEBUG)
WIN32_EXTRA_LIBADD=
WIN32_EXTRA_LDFLAGS=