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