From 5730556ca710b442c9c3afd2546916a8cfc6a442 Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Thu, 17 Jan 2013 09:31:35 +0100 Subject: [PATCH] fix libxml compilation error --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1d8f92278..dc411434a 100644 --- a/configure.ac +++ b/configure.ac @@ -150,7 +150,7 @@ AC_ARG_ENABLE(tools, dnl check libxml2 (needed for tools) if test "$build_tools" != "false" ; then - PKG_CHECK_MODULES(LIBXML2, [libxml-2.0],[], + PKG_CHECK_MODULES(LIBXML2, [libxml-2.0 >= 2.9 ],[], [ if test "$build_tools" = "true" ; then AC_MSG_ERROR([Could not found libxml2, tools cannot be compiled.])