Skip to content

Commit 96ae1c6

Browse files
author
Olivier Courtin
committed
Update Libxml2 require to 2.9+
1 parent f593a43 commit 96ae1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ XML2_VER=`$LIBXML2_CONFIG --version`
2929
AC_MSG_RESULT([checking for libxml2 version... $XML2_VER])
3030

3131
xml2_vers=`$LIBXML2_CONFIG --version | awk 'BEGIN { FS = "."; } { printf "%d", ($1 * 1000 + $2) * 1000 + $3;}'`
32-
if test "$xml2_vers" -lt 2008000 ; then
33-
AC_MSG_ERROR([You need at least libxml 2.8.0])
32+
if test "$xml2_vers" -lt 2009000 ; then
33+
AC_MSG_ERROR([You need at least libxml 2.9.0])
3434
fi
3535

3636

0 commit comments

Comments
 (0)