summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@gnome.org>2005-12-11 14:22:32 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2005-12-11 14:22:32 +0000
commitda3a78d96e54a69b64fca8a0ccd182c2e06ca623 (patch)
treefa54535dcc36ac94ad64ac73607e03e24cd4d026
parent1927996b2272afd0a6f08b92bc1c991e6439d175 (diff)
downloadpango-da3a78d96e54a69b64fca8a0ccd182c2e06ca623.tar.gz
Undo last change. 2.9.1 has the revised g_slice_free_chain api and 2.9.2
2005-12-11 Behdad Esfahbod <behdad@gnome.org> * configure.in: Undo last change. 2.9.1 has the revised g_slice_free_chain api and 2.9.2 is not released yet!
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ac8562aa..9b3a147e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-12-11 Behdad Esfahbod <behdad@gnome.org>
+
+ * configure.in: Undo last change. 2.9.1 has the revised
+ g_slice_free_chain api and 2.9.2 is not released yet!
+
2005-12-10 Behdad Esfahbod <behdad@gnome.org>
* configure.in: Bump required glib version to 2.9.2 now that it's
diff --git a/configure.in b/configure.in
index 9c9ee83f..80e2d30d 100644
--- a/configure.in
+++ b/configure.in
@@ -326,7 +326,7 @@ fi
#
# Checks for GLib
#
-GLIB_REQUIRED_VERSION=2.9.2
+GLIB_REQUIRED_VERSION=2.9.1
GLIB_MODULES="glib-2.0 >= $GLIB_REQUIRED_VERSION gobject-2.0 gmodule-no-export-2.0"
PKG_CHECK_MODULES(GLIB, $GLIB_MODULES, :,