summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2009-03-08 22:04:02 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2009-03-08 22:04:02 +0000
commit6dd1d4b5e674014d1eeaad82d5b057e6537fc346 (patch)
treed98001cb23f8ccd563b71fb3daeb08cb8e631759 /configure.in
parentremove deprecated/obsoleted dialog definition (fixes bug #571869). Patch (diff)
downloadzenity-6dd1d4b5e674014d1eeaad82d5b057e6537fc346.tar.gz
zenity-6dd1d4b5e674014d1eeaad82d5b057e6537fc346.tar.bz2
zenity-6dd1d4b5e674014d1eeaad82d5b057e6537fc346.zip
replace deprecated GTK+ calls (fixes bug #571869). Patch from Felix
2009-03-08 Lucas Rocha <lucasr@gnome.org> * configure.in, src/notification.c: replace deprecated GTK+ calls (fixes bug #571869). Patch from Felix Riemann <friemann@svn.gnome.org>. svn path=/trunk/; revision=1488
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4b4e6173..7771a7ec 100644
--- a/configure.in
+++ b/configure.in
@@ -16,7 +16,7 @@ IT_PROG_INTLTOOL([0.40.0])
AC_PROG_CC
-GTK_REQUIRED=2.9.2
+GTK_REQUIRED=2.15.1
PKG_CHECK_MODULES([ZENITY],[gtk+-2.0 >= $GTK_REQUIRED libglade-2.0 libgnomecanvas-2.0 glib-2.0])
AC_SUBST([ZENITY_CFLAGS])
bgstack15