mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-22 04:25:18 +00:00
* configure.in: patch from Cole Robinson to reactivate storage
support Daniel
This commit is contained in:
parent
cb96ae2583
commit
b0a3d6809a
@ -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>
|
Tue Jun 10 17:10:31 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
* python/generator.py python/libvir.c python/libvirt-python-api.xml:
|
* python/generator.py python/libvir.c python/libvirt-python-api.xml:
|
||||||
|
@ -259,6 +259,10 @@ if test "$with_remote" = "yes" ; then
|
|||||||
LIBVIRT_FEATURES="$LIBVIRT_FEATURES -DWITH_REMOTE"
|
LIBVIRT_FEATURES="$LIBVIRT_FEATURES -DWITH_REMOTE"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if test "$with_libvirtd" = "yes" ; then
|
||||||
|
LIBVIRT_FEATURES="$LIBVIRT_FEATURES -DWITH_LIBVIRTD"
|
||||||
|
fi
|
||||||
|
|
||||||
if test "$with_xen" = "yes" ; then
|
if test "$with_xen" = "yes" ; then
|
||||||
dnl search for the Xen store library
|
dnl search for the Xen store library
|
||||||
AC_SEARCH_LIBS(xs_read, [xenstore],
|
AC_SEARCH_LIBS(xs_read, [xenstore],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user