]> sjero.net Git - linphone/commitdiff
Improve previous commit
authorYann Diorcet <yann.diorcet@belledonne-communications.com>
Thu, 6 Dec 2012 09:56:08 +0000 (10:56 +0100)
committerYann Diorcet <yann.diorcet@belledonne-communications.com>
Thu, 6 Dec 2012 09:56:08 +0000 (10:56 +0100)
configure.ac

index 19480a88e9e3e21434ad9d06255b5db90273d452..15d041efeae817ae99d650c473aedb924baac564 100644 (file)
@@ -457,7 +457,9 @@ if test "$build_wizard" != "false" ; then
                        build_wizard=false
                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
                        AC_MSG_ERROR([gtk+-2.0 < 2.22.0, assistant cannot be compiled.])