aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-01-30 22:36:30 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-01-30 22:36:30 +0000
commitf9d169142dd652f5e077e1c2391facaa6bf40f4d (patch)
treeae84bb1488331c0706fc9a80949cfd58fb5684e8 /configure.in
parent8f2efae484061636a787f3c330f577e070c99eca (diff)
downloadandroid_external_libxml2-f9d169142dd652f5e077e1c2391facaa6bf40f4d.tar.gz
android_external_libxml2-f9d169142dd652f5e077e1c2391facaa6bf40f4d.tar.bz2
android_external_libxml2-f9d169142dd652f5e077e1c2391facaa6bf40f4d.zip
added first test for the patterns a few fixes Daniel
* Makefile.am configure.in result/pattern/simple test/pattern/simple.*: added first test for the patterns * pattern.c xmllint.c: a few fixes Daniel
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index b3cd4241..61a8eb07 100644
--- a/configure.in
+++ b/configure.in
@@ -866,13 +866,13 @@ AC_SUBST(WITH_WRITER)
if test "$with_pattern" = "no" ; then
echo Disabling the xmlPattern parsing interface
WITH_PATTERN=0
- PATTERN_TEST=
+ TEST_PATTERN=
else
WITH_PATTERN=1
- PATTERN_TEST=Patterntests
+ TEST_PATTERN=Patterntests
fi
AC_SUBST(WITH_PATTERN)
-AC_SUBST(PATTERN_TEST)
+AC_SUBST(TEST_PATTERN)
if test "$with_sax1" = "no" ; then
echo Disabling the older SAX1 interface