configure.ac

branch
cpw.qulogic.gtk3
changeset 32424
be4a642b2d45
parent 31565
1138b2c998ec
parent 32416
004aaf6c74c2
child 32432
47b61b9e08e6
--- a/configure.ac	Mon Mar 14 04:34:34 2011 +0000
+++ b/configure.ac	Mon Mar 14 06:09:47 2011 +0000
@@ -415,11 +415,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 >= 3.0.0], , [
 		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.
 ])])

mercurial