mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Merge remote-tracking branch 'linphone/master'
This commit is contained in:
commit
75e902df43
1 changed files with 1 additions and 1 deletions
|
|
@ -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.])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue