diff options
author | Benjamin Otte <otte@gnome.org> | 2003-11-19 15:08:59 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-11-19 15:08:59 +0000 |
commit | 8e967a3810583d0795b3cd178ad5c3a650aef28c (patch) | |
tree | 9105fa01c575eef1b5678646ec1a8bdd52f18cc3 /configure.ac | |
parent | 6fa029871377a08b651aee3bf2c4af2a186620f0 (diff) |
require glib >= 2.2 as there are different issues with interfaces and casts
Original commit message from CVS:
require glib >= 2.2 as there are different issues with interfaces and casts
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5f34cb1a4..3da9302a7 100644 --- a/configure.ac +++ b/configure.ac @@ -168,7 +168,7 @@ dnl ==================================== dnl === GLib 2 === dnl Minimum required version of GLib2 dnl required for compilation without warnings -GLIB2_REQ="2.0.1" +GLIB2_REQ="2.2" AC_SUBST(GLIB2_REQ) dnl Check for glib2 |