[libvirt] [PATCH][libvirt-sandbox] configure: Require higher version of glib

Michal Privoznik mprivozn at redhat.com
Thu Jun 21 10:34:18 UTC 2012


Since commit cfd4460b we must require glib-2.32.0 at least
because we are using g_value_set_schar which was introduced
in that release.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index f8956c4..8d91440 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_CANONICAL_HOST
 AM_SILENT_RULES([yes])
 
 GIO_UNIX_REQUIRED=2.28.0
-GOBJECT_REQUIRED=2.28.0
+GOBJECT_REQUIRED=2.32.0
 LIBVIRT_GLIB_REQUIRED=0.0.4
 LIBVIRT_GOBJECT_REQUIRED=0.0.7
 GOBJECT_INTROSPECTION_REQUIRED=0.10.8
-- 
1.7.8.5




More information about the libvir-list mailing list