summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-11 13:06:25 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-05-11 13:06:25 +0200
commit712eb5428e1b2aa2a9edfb3eb95375f0fca29ff5 (patch)
tree817e53bef3e34afc7be943c1b90cdf6b1cc5a6cd /configure.ac
parent5c663adf3518701db794e11c3d332423f51b9f0e (diff)
GtkComboBoxText requires GTK+ 2.24, dump code for older versions
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 88f8464d..910565e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -199,7 +199,7 @@ dnl *********************************************************************
 
 # we might get undefined macro without this test
 if test "$gtkfe" = yes ; then
-	AM_PATH_GTK_2_0(2.14.0, havegtk=yes, havegtk=no)
+	AM_PATH_GTK_2_0(2.24.0, havegtk=yes, havegtk=no)
 
 	if test "$havegtk" = no; then
 		gtkfe=no