]> xenbits.xensource.com Git - libvirt.git/commitdiff
* configure.in: patch from Cole Robinson to reactivate storage
authorDaniel Veillard <veillard@redhat.com>
Tue, 10 Jun 2008 15:35:15 +0000 (15:35 +0000)
committerDaniel Veillard <veillard@redhat.com>
Tue, 10 Jun 2008 15:35:15 +0000 (15:35 +0000)
  support
Daniel

ChangeLog
configure.in

index a164f66dbe9db1d23ae2431b71afeaac167f4b42..120f9f57fe3055e5256e53439d1df70c1dd0d4f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index d4758fa6667a864b6369840d1d609418de26f4c4..3b881f527383fcc4df49b428f388782d3fa06805 100644 (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],