aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2000-09-17 16:00:22 +0000
committerDaniel Veillard <veillard@src.gnome.org>2000-09-17 16:00:22 +0000
commit04698d9e1c56467007fcbb9472e5db67cf5938f5 (patch)
tree0af06eb4821fb8005c67df4cddc4ed5d6936f485 /configure.in
parenta2c6da94f8962cfe858c839ca8ebb12746c7036b (diff)
downloadandroid_external_libxml2-04698d9e1c56467007fcbb9472e5db67cf5938f5.tar.gz
android_external_libxml2-04698d9e1c56467007fcbb9472e5db67cf5938f5.tar.bz2
android_external_libxml2-04698d9e1c56467007fcbb9472e5db67cf5938f5.zip
New set of cleanups, released 2.2.3:
- SAX.c debugXML.c parser.c parserInternals.c tree.c valid.c xpath.c: removed a few warnings in pedantic mode ... - parserInternals.c parser.c: moved encoding switching function to parserInternals.c - configure.in, doc/Makefile.am libxml.spec.in: released 2.2.3 Daniel
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5b7c675a..61977a63 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ AM_CONFIG_HEADER(config.h)
LIBXML_MAJOR_VERSION=2
LIBXML_MINOR_VERSION=2
-LIBXML_MICRO_VERSION=2
+LIBXML_MICRO_VERSION=3
LIBXML_VERSION=$LIBXML_MAJOR_VERSION.$LIBXML_MINOR_VERSION.$LIBXML_MICRO_VERSION
LIBXML_VERSION_INFO=`expr $LIBXML_MAJOR_VERSION + $LIBXML_MINOR_VERSION`:$LIBXML_MICRO_VERSION:$LIBXML_MINOR_VERSION
@@ -243,6 +243,7 @@ if test "$with_iconv" = "no" ; then
echo Disabling ICONV support
WITH_ICONV=0
else
+ AC_CHECK_FUNCS(iconv)
if test "$have_iconv" != "" ; then
echo Iconv support not found
WITH_ICONV=0