Re: [virt-tools-list] [PATCH virt-viewer] configure: Check for all libvirt dependencies

2017-04-24 Thread Daniel P. Berrange
On Mon, Apr 24, 2017 at 10:09:24AM +0200, Christophe Fergeau wrote: > On Mon, Apr 24, 2017 at 09:42:43AM +0200, Pavel Grunt wrote: > > Build with libvirt only when libvirt-glib is present > > There is already such a check right after the part you modified: > > AS_IF([test "x$with_libvirt" != "xno

Re: [virt-tools-list] [PATCH virt-viewer] configure: Check for all libvirt dependencies

2017-04-24 Thread Christophe Fergeau
On Mon, Apr 24, 2017 at 09:42:43AM +0200, Pavel Grunt wrote: > Build with libvirt only when libvirt-glib is present There is already such a check right after the part you modified: AS_IF([test "x$with_libvirt" != "xno" && test "x$with_libvirt" != "xyes"], [PKG_CHECK_EXISTS([libvirt >= $LIBV

[virt-tools-list] [PATCH virt-viewer] configure: Check for all libvirt dependencies

2017-04-24 Thread Pavel Grunt
Build with libvirt only when libvirt-glib is present --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d5eb258..0081375 100644 --- a/configure.ac +++ b/configure.ac @@ -118,7 +118,7 @@ AC_ARG_WITH([libvirt], AS_HELP_STRING([