Re: [libvirt] [PATCH] configure: adds an option for not using the readline library

2010-10-25 Thread Ruben Kerkhof
On Mon, Oct 25, 2010 at 07:00, Justin Clift jcl...@redhat.com wrote: On 10/25/2010 10:58 AM, Ruben Kerkhof wrote: snip I think this patch is still useful for users not using homebrew. I'm trying to do a (debug) build of libvirt from  a tarball outside of homebrew. In this case the (keg only)

Re: [libvirt] [PATCH] configure: adds an option for not using the readline library

2010-10-24 Thread Justin Clift
On 10/25/2010 10:58 AM, Ruben Kerkhof wrote: snip I think this patch is still useful for users not using homebrew. I'm trying to do a (debug) build of libvirt from a tarball outside of homebrew. In this case the (keg only) readline isn't picked up. Even better would be an option to specify

[libvirt] [PATCH] configure: adds an option for not using the readline library

2010-10-22 Thread Justin Clift
So we can use --with-readline=no for situations where that helpful. ie. MacOS X 10.5. By default, we use --with-readline=check. --- configure.ac | 47 --- 1 files changed, 28 insertions(+), 19 deletions(-) diff --git a/configure.ac b/configure.ac