diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 6 |
2 files changed, 8 insertions, 4 deletions
@@ -1,3 +1,9 @@ +2003-12-09 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + + Bump gtk+ and glib dependencies to 2.3.1. + 2003-12-08 Christian Persch <chpe@cvs.gnome.org> * src/prefs-dialog.c: (setup_font_combo), diff --git a/configure.in b/configure.in index 19357b7b8..8df91ae56 100644 --- a/configure.in +++ b/configure.in @@ -16,10 +16,8 @@ AM_MAINTAINER_MODE dnl put the ACLOCAL flags in the Makefile ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" -dnl you really need cvs for those two, but their version number is still 2.3.0 -dnl in cvs HEAD -GLIB_REQUIRED=2.3.0 -GTK_REQUIRED=2.3.0 +GLIB_REQUIRED=2.3.1 +GTK_REQUIRED=2.3.1 LIBBONOBOUI_REQUIRED=2.1.1 LIBXML_REQUIRED=2.6.0 LIBGNOMEVFS_REQUIRED=2.3.1 |