]> sjero.net Git - linphone/commitdiff
fix libxml compilation error
authorSimon Morlat <simon.morlat@linphone.org>
Thu, 17 Jan 2013 08:31:35 +0000 (09:31 +0100)
committerSimon Morlat <simon.morlat@linphone.org>
Thu, 17 Jan 2013 08:31:35 +0000 (09:31 +0100)
configure.ac

index 1d8f92278e81e4d598fb275a9eda0d3831ec3a9c..dc411434a54c9582696e08e58da4fbe08c635d37 100644 (file)
@@ -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.])