From: Guillaume Beraudo Date: Fri, 2 Dec 2011 13:50:53 +0000 (+0100) Subject: Depend on GTK 2.22 for wizard commit method. X-Git-Url: http://sjero.net/git/?p=linphone;a=commitdiff_plain;h=26afd3a95ac32b363a126673fc9d45fa9b920d11 Depend on GTK 2.22 for wizard commit method. --- diff --git a/configure.ac b/configure.ac index d01e698e..8486fa35 100644 --- a/configure.ac +++ b/configure.ac @@ -136,7 +136,7 @@ AC_ARG_ENABLE(gtk_ui, esac],[gtk_ui=true]) if test "$gtk_ui" = "true" ; then - PKG_CHECK_MODULES(LIBGTK, gtk+-2.0 >= 2.4.0 gthread-2.0) + PKG_CHECK_MODULES(LIBGTK, gtk+-2.0 >= 2.22.0 gthread-2.0) if test "$enable_x11" = "false" ; then PKG_CHECK_MODULES(LIBGTKMAC,[ige-mac-integration >= 0.9.7 ]) AC_DEFINE([HAVE_GTK_OSX],[1],[Defined when gtk osx is used])