summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorLucas Rocha <lucasr@gnome.org>2005-12-18 03:19:40 +0000
committerLucas Almeida Rocha <lucasr@src.gnome.org>2005-12-18 03:19:40 +0000
commit7486a38445e16fc17505c5f3e6afd7f8f8e87aeb (patch)
treed51d4450c8d2a3f7e01420aa99474f5669453a9b /configure.in
parentf576e1bcc8ffa1cb3328895fdfa3c6ed55250b75 (diff)
use GtkAboutDialog instead of custom dialog (Fixes bug #309405). remove
2005-12-18 Lucas Rocha <lucasr@gnome.org> * src/about.c: use GtkAboutDialog instead of custom dialog (Fixes bug #309405). * src/zenity.glade: remove zenity_about_dialog. * configure.in: zenity now depends on GTK+ >= 2.6.x because now it uses GtkAboutDialog.
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 ffe1acd..abaa7cc 100644
--- a/configure.in
+++ b/configure.in
@@ -11,7 +11,7 @@ AC_PROG_INTLTOOL([0.29])
AC_PROG_CC
-GTK_REQUIRED=2.3.1
+GTK_REQUIRED=2.6.0
PKG_CHECK_MODULES(ZENITY, gtk+-2.0 >= $GTK_REQUIRED libglade-2.0 libgnomecanvas-2.0 glib-2.0 >= 2.7.3)
AC_SUBST(ZENITY_CFLAGS)