From 8eb7e126691d50c8e0b2a1ea8917c9574c4800bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 13 May 2005 12:53:47 +0000 Subject: [PATCH] Require GLib >= 2.4.0 (for the g_atomic_* funcs) Original commit message from CVS: Require GLib >= 2.4.0 (for the g_atomic_* funcs) --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 643074d2db..0afcca3730 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-13 Tim-Philipp Müller + + * configure.ac: + Require GLib >= 2.4.0 (for the g_atomic_* funcs) + 2005-05-13 Tim-Philipp Müller * docs/design/part-element-source.txt: diff --git a/configure.ac b/configure.ac index f7087288c4..1b7e0ee8d8 100644 --- a/configure.ac +++ b/configure.ac @@ -253,7 +253,7 @@ dnl ==================================== dnl === GLib 2 === dnl Minimum required version of GLib2 dnl required for compilation without warnings -GLIB2_REQ="2.2" +GLIB2_REQ="2.4" AC_SUBST(GLIB2_REQ) dnl Check for glib2 with sugar on top