Re: [Qemu-devel] configure claims I requested feature nettle when I didn't...

2015-10-22 Thread Daniel P. Berrange
On Thu, Oct 22, 2015 at 05:09:14PM +0100, Peter Maydell wrote: > On 22 October 2015 at 16:43, Daniel P. Berrange wrote: > > Yes, if configure finds gnutls, it tries to figure out if gnutls > > links to nettle or gcrypt, and then checks for the corresponding > > one. It fails if gnutls is found, b

Re: [Qemu-devel] configure claims I requested feature nettle when I didn't...

2015-10-22 Thread Peter Maydell
On 22 October 2015 at 16:43, Daniel P. Berrange wrote: > Yes, if configure finds gnutls, it tries to figure out if gnutls > links to nettle or gcrypt, and then checks for the corresponding > one. It fails if gnutls is found, but the corresponding nettle/gcrypt > is not found, on the basis that th

[Qemu-devel] configure claims I requested feature nettle when I didn't...

2015-10-22 Thread Peter Maydell
[pm215@gcc1-power7 all]$ ../../configure ERROR: User requested feature nettle configure was not able to find it. Install nettle devel ...but as you can see I didn't ask for nettle explicitly at all, so configure should fall back to disabling it, not exiting with an error. configure

Re: [Qemu-devel] configure claims I requested feature nettle when I didn't...

2015-10-22 Thread Daniel P. Berrange
On Thu, Oct 22, 2015 at 04:17:10PM +0100, Peter Maydell wrote: > [pm215@gcc1-power7 all]$ ../../configure > ERROR: User requested feature nettle >configure was not able to find it. >Install nettle devel > > ...but as you can see I didn't ask for nettle explicitly at all, > so confi