[libvirt] [PATCH 2/2] shouldn't fail to build if you leave out --with-{zlib, lzma}

2016-05-02 Thread Daniel Brooks
These dependencies are optional but default to enabled, so if you shouldn't have to explicitly have to mention them when you run configure. --- configure.ac | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/configure.ac b/configure.ac index 8a3

[libvirt] fix some problems with configure in libvirt-sandbox-service

2016-05-02 Thread Daniel Brooks
I had some trouble building it and ended up with these patches; they basically just fix up the configure checks so that they find things which would later cause the build to fail. -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [PATCH 1/2] configure should check for gtk-doc and gobject-introspection

2016-05-02 Thread Daniel Brooks
Fixes a handful of errors such as this one: gtk-doc.make:7: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 00c2d7e..8a34620 100644 --- a/configure.ac +++ b/configure.ac @@ -74