diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2004-01-23 Christian Persch <chpe@cvs.gnome.org> + + * configure.in: + + We really depend on gtk+ >= 2.3.2. + 2004-01-23 Xan Lopez <xan@gnome.org> * embed/mozilla/MozDownload.cpp: diff --git a/configure.in b/configure.in index 6fee21eb6..a4f5930ea 100644 --- a/configure.in +++ b/configure.in @@ -19,7 +19,7 @@ dnl put the ACLOCAL flags in the Makefile ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS" GLIB_REQUIRED=2.3.1 -GTK_REQUIRED=2.3.1 +GTK_REQUIRED=2.3.2 LIBBONOBOUI_REQUIRED=2.1.1 LIBXML_REQUIRED=2.6.0 LIBGNOMEVFS_REQUIRED=2.3.1 |