From b0a3d6809a06a56633f5b01cd58c5d3c7d6a6f79 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 10 Jun 2008 15:35:15 +0000 Subject: [PATCH] * configure.in: patch from Cole Robinson to reactivate storage support Daniel --- ChangeLog | 5 +++++ configure.in | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index a164f66dbe..120f9f57fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 10 17:34:12 CEST 2008 Daniel Veillard + + * configure.in: patch from Cole Robinson to reactivate storage + support + Tue Jun 10 17:10:31 CEST 2008 Daniel Veillard * python/generator.py python/libvir.c python/libvirt-python-api.xml: diff --git a/configure.in b/configure.in index d4758fa666..3b881f5273 100644 --- a/configure.in +++ b/configure.in @@ -259,6 +259,10 @@ if test "$with_remote" = "yes" ; then LIBVIRT_FEATURES="$LIBVIRT_FEATURES -DWITH_REMOTE" fi +if test "$with_libvirtd" = "yes" ; then + LIBVIRT_FEATURES="$LIBVIRT_FEATURES -DWITH_LIBVIRTD" +fi + if test "$with_xen" = "yes" ; then dnl search for the Xen store library AC_SEARCH_LIBS(xs_read, [xenstore],