From 712eb5428e1b2aa2a9edfb3eb95375f0fca29ff5 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 11 May 2013 13:06:25 +0200 Subject: GtkComboBoxText requires GTK+ 2.24, dump code for older versions --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit 1.4.1