# HG changeset patch # User Marcus Lundblad # Date 1290292465 0 # Node ID 89cc6d935af9c5add99855ed6a7d3fcc50e44d4a # Parent 7f1d9e806c66b4b0b9d24d948d4ba9470df30000 use the actual gtk+-3.0 package as the GTK+ dependency, for now require the current preview version (2.91.5). Warning, it not yet compile successfully diff -r 7f1d9e806c66 -r 89cc6d935af9 configure.ac --- a/configure.ac Sat Nov 20 22:20:35 2010 +0000 +++ b/configure.ac Sat Nov 20 22:34:25 2010 +0000 @@ -416,11 +416,11 @@ fi if test "x$enable_gtkui" = "xyes" ; then - PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.10.0], , [ + PKG_CHECK_MODULES(GTK, [gtk+-3.0 >= 2.91.5], , [ AC_MSG_RESULT(no) AC_MSG_ERROR([ -You must have GTK+ 2.10.0 or newer development headers installed to compile +You must have GTK+ 2.91.5 or newer development headers installed to compile Pidgin. If you want to build only Finch then specify --disable-gtkui when running configure. ])])