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 18c793058..a06ab3ef2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-05-29 Christian Persch <chpe@cvs.gnome.org>
+ * configure.in:
+
+ Depend on glib >= 2.4.1 because of the fix for bug #112222.
+
+2004-05-29 Christian Persch <chpe@cvs.gnome.org>
+
* embed/mozilla/GtkNSSKeyPairDialogs.cpp:
Fix for mozilla API change (ported from galeon).
diff --git a/configure.in b/configure.in
index a122f707d..50ec6b32c 100644
--- a/configure.in
+++ b/configure.in
@@ -18,7 +18,7 @@ AC_PROG_INTLTOOL([0.29])
dnl put the ACLOCAL flags in the Makefile
ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
-GLIB_REQUIRED=2.4.0
+GLIB_REQUIRED=2.4.1
GTK_REQUIRED=2.4.0
LIBXML_REQUIRED=2.6.6
LIBGNOMEVFS_REQUIRED=2.3.1