Merge remote-tracking branch 'linphone/master'

This commit is contained in:
Simon Morlat 2013-01-17 09:32:34 +01:00
commit 75e902df43

View 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.])