summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLuis Medinas <lmedinas@gnome.org>2010-07-12 17:20:13 +0100
committerLuis Medinas <lmedinas@gnome.org>2010-07-12 17:20:13 +0100
commitc0eec5ce846200e0f4ed3f4abdc9417c23f2a404 (patch)
tree0bc0a9a7e192f9580b984a57b6d14f2a4e0508cc /configure.in
parent7969d942c8c1d6fa4b5536d36080a5331db196d7 (diff)
Bump to 2.31.5 and use GTK+3.0
Yay Zenity runs on GTK+3.0 and it's ready for GNOME 3.0
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 1301bac..f43b88b 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-AC_INIT([Zenity],[2.31.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
+AC_INIT([Zenity],[2.31.5],[http://bugzilla.gnome.org/enter_bug.cgi?product=zenity],[zenity])
AC_PREREQ([2.59])
@@ -18,9 +18,9 @@ IT_PROG_INTLTOOL([0.40.0])
AC_PROG_CC
-GTK_REQUIRED=2.15.1
+GTK_REQUIRED=2.90.2
-PKG_CHECK_MODULES([ZENITY],[gtk+-2.0 >= $GTK_REQUIRED glib-2.0])
+PKG_CHECK_MODULES([ZENITY],[gtk+-3.0 >= $GTK_REQUIRED glib-2.0])
AC_SUBST([ZENITY_CFLAGS])
AC_SUBST([ZENITY_LIBS])
@@ -30,7 +30,7 @@ dnl *************************
zenity_save_cflags="$CFLAGS"
# pull in the CFLAGS to locate gdkconfig.h
-CFLAGS=`$PKG_CONFIG --cflags gtk+-2.0`
+CFLAGS=`$PKG_CONFIG --cflags gtk+-3.0`
AC_COMPILE_IFELSE([
#include <gdkconfig.h>