aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 125284c18..01fa369e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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