summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichal Privoznik <mprivozn@redhat.com>2012-09-06 17:51:39 +0200
committerMichal Privoznik <mprivozn@redhat.com>2012-09-17 11:28:26 +0200
commit1cabbc7a06ad6d1c65eff166a5f551e063216b71 (patch)
tree23f7393cd442ab9102280196689738f9a2b1f946 /configure.ac
parent6041be0340a61c5ba1910a312a72137eab702a81 (diff)
virtxml: Detect platform from libvirt connection URI
as in nearly all cases users will install the guest on current libvirt we've just obtained capabilities from.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c214809..eb9c681 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AM_SILENT_RULES([yes])
LIBOSINFO_REQUIRED=0.0.5
LIBVIRT_GCONFIG_REQUIRED=0.0.9
-LIBVIRT_GOBJECT_REQUIRED=0.0.8
+LIBVIRT_GOBJECT_REQUIRED=0.1.3
GOBJECT_INTROSPECTION_REQUIRED=0.10.8
LIBVIRT_DESIGNER_MAJOR_VERSION=`echo $VERSION | awk -F. '{print $1}'`