aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-05-02 16:41:11 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-05-02 16:41:11 +0000
commit7150a0385cbe74e20734620ab7bddf2c10843836 (patch)
tree6cb71cd0a4abe5725fb28667ddd594e3ea7a56e0 /configure.in
parentc057c5dcd1e44a091cc031147462012a27fc35f1 (diff)
downloadandroid_external_libxml2-7150a0385cbe74e20734620ab7bddf2c10843836.tar.gz
android_external_libxml2-7150a0385cbe74e20734620ab7bddf2c10843836.tar.bz2
android_external_libxml2-7150a0385cbe74e20734620ab7bddf2c10843836.zip
- configure.in Makefile.am: make the inclusion of the trio
modules in the library conditional Daniel
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index e196c1df..416a3ec5 100644
--- a/configure.in
+++ b/configure.in
@@ -259,6 +259,7 @@ if test "${NEED_TRIO}" = "1" ; then
else
WITH_TRIO=0
fi
+AM_CONDITIONAL(WITH_TRIO_SOURCES, "${NEED_TRIO}" = "1")
AC_SUBST(WITH_TRIO)
dnl