From 8e967a3810583d0795b3cd178ad5c3a650aef28c Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 19 Nov 2003 15:08:59 +0000 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5f34cb1a47..3da9302a7c 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