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)
This commit is contained in:
Tim-Philipp Müller 2005-05-13 12:53:47 +00:00
parent 74bd0c4fea
commit 8eb7e12669
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-05-13 Tim-Philipp Müller <tim at centricular dot net>
* configure.ac:
Require GLib >= 2.4.0 (for the g_atomic_* funcs)
2005-05-13 Tim-Philipp Müller <tim at centricular dot net> 2005-05-13 Tim-Philipp Müller <tim at centricular dot net>
* docs/design/part-element-source.txt: * docs/design/part-element-source.txt:

View file

@ -253,7 +253,7 @@ dnl ====================================
dnl === GLib 2 === dnl === GLib 2 ===
dnl Minimum required version of GLib2 dnl Minimum required version of GLib2
dnl required for compilation without warnings dnl required for compilation without warnings
GLIB2_REQ="2.2" GLIB2_REQ="2.4"
AC_SUBST(GLIB2_REQ) AC_SUBST(GLIB2_REQ)
dnl Check for glib2 with sugar on top dnl Check for glib2 with sugar on top