* configure.in: patch from Cole Robinson to reactivate storage

support
Daniel
This commit is contained in:
Daniel Veillard 2008-06-10 15:35:15 +00:00
parent cb96ae2583
commit b0a3d6809a
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
Tue Jun 10 17:34:12 CEST 2008 Daniel Veillard <veillard@redhat.com>
* configure.in: patch from Cole Robinson to reactivate storage
support
Tue Jun 10 17:10:31 CEST 2008 Daniel Veillard <veillard@redhat.com>
* python/generator.py python/libvir.c python/libvirt-python-api.xml:

View File

@ -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],