mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-28 05:46:22 +00:00
Improve previous commit
This commit is contained in:
parent
b5e0067dda
commit
d998fa1a5a
1 changed files with 3 additions and 1 deletions
|
|
@ -457,7 +457,9 @@ if test "$build_wizard" != "false" ; then
|
||||||
build_wizard=false
|
build_wizard=false
|
||||||
fi
|
fi
|
||||||
])
|
])
|
||||||
PKG_CHECK_MODULES(LIBGTK, [gtk+-2.0 >= 2.22.0],[build_wizard=true],
|
fi
|
||||||
|
if test "$build_wizard" != "false" ; then
|
||||||
|
PKG_CHECK_MODULES(LIBGTKWIZARD, [gtk+-2.0 >= 2.22.0],[build_wizard=true],
|
||||||
[
|
[
|
||||||
if test "$build_wizard" = "true" ; then
|
if test "$build_wizard" = "true" ; then
|
||||||
AC_MSG_ERROR([gtk+-2.0 < 2.22.0, assistant cannot be compiled.])
|
AC_MSG_ERROR([gtk+-2.0 < 2.22.0, assistant cannot be compiled.])
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue