From: Jim Evins Date: Sun, 8 Sep 2002 15:26:12 +0000 (+0000) Subject: Changed libxml requirement from 1.8.10 to 1.8.11 to enable the use of the new XML... X-Git-Tag: glabels-2_3_0~786 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b6b9ceb0a16e3ab214ecfcbd7bb1f90db555ce29;p=glabels Changed libxml requirement from 1.8.10 to 1.8.11 to enable the use of the new XML parser. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@98 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- diff --git a/glabels1/configure.in b/glabels1/configure.in index d2f1f06f..e8ba281d 100644 --- a/glabels1/configure.in +++ b/glabels1/configure.in @@ -48,7 +48,7 @@ AC_DEFUN(GLABELS_CHECK_LIB, [ dnl **************************************** dnl * LIBXML dnl **************************************** -GLABELS_CHECK_LIB(LIBXML, 1.8.10, xml) +GLABELS_CHECK_LIB(LIBXML, 1.8.11, xml) GNOME_XML_CFLAGS=`gnome-config --cflags xml` GNOME_XML_LIBS=`gnome-config --libs xml` AC_SUBST(GNOME_XML_CFLAGS) @@ -124,7 +124,7 @@ fi dnl **************************************** dnl * Makefiles dnl **************************************** -AC_OUTPUT([ +AC_OUTPUT([ m4/Makefile Makefile macros/Makefile src/Makefile