Re: [libvirt] [PATCH] Allow building lxc without virt-login-shell

2015-11-20 Thread Michal Privoznik
On 10.11.2015 00:28, Cédric Bosdonnat wrote: > Add a configure option to disable virt-login-shell build even if lxc is > enabled. > --- > configure.ac | 14 ++ > tools/Makefile.am | 12 ++-- > 2 files changed, 20 insertions(+), 6 deletions(-) > > diff --git

Re: [libvirt] [PATCH] Allow building lxc without virt-login-shell

2015-11-20 Thread Michal Privoznik
On 20.11.2015 17:09, Daniel P. Berrange wrote: > On Fri, Nov 20, 2015 at 04:42:56PM +0100, Cedric Bosdonnat wrote: >> On Fri, 2015-11-20 at 16:29 +0100, Michal Privoznik wrote: >>> On 10.11.2015 00:28, Cédric Bosdonnat wrote: Add a configure option to disable virt-login-shell build even if

Re: [libvirt] [PATCH] Allow building lxc without virt-login-shell

2015-11-20 Thread Daniel P. Berrange
On Fri, Nov 20, 2015 at 04:42:56PM +0100, Cedric Bosdonnat wrote: > On Fri, 2015-11-20 at 16:29 +0100, Michal Privoznik wrote: > > On 10.11.2015 00:28, Cédric Bosdonnat wrote: > > > Add a configure option to disable virt-login-shell build even if lxc is > > > enabled. > > > --- > > > configure.ac

Re: [libvirt] [PATCH] Allow building lxc without virt-login-shell

2015-11-20 Thread Michal Privoznik
On 20.11.2015 16:42, Cedric Bosdonnat wrote: > On Fri, 2015-11-20 at 16:29 +0100, Michal Privoznik wrote: >> On 10.11.2015 00:28, Cédric Bosdonnat wrote: >>> Add a configure option to disable virt-login-shell build even if lxc is >>> enabled. >>> --- >>> configure.ac | 14 ++ >>>

Re: [libvirt] [PATCH] Allow building lxc without virt-login-shell

2015-11-20 Thread Cedric Bosdonnat
On Fri, 2015-11-20 at 16:29 +0100, Michal Privoznik wrote: > On 10.11.2015 00:28, Cédric Bosdonnat wrote: > > Add a configure option to disable virt-login-shell build even if lxc is > > enabled. > > --- > > configure.ac | 14 ++ > > tools/Makefile.am | 12 ++-- > > 2

[libvirt] [PATCH] Allow building lxc without virt-login-shell

2015-11-09 Thread Cédric Bosdonnat
Add a configure option to disable virt-login-shell build even if lxc is enabled. --- configure.ac | 14 ++ tools/Makefile.am | 12 ++-- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index f481c50..c766351 100644 ---