qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] configure claims I requested feature nettle when I didn't...
@ 2015-10-22 15:17 Peter Maydell
  2015-10-22 15:43 ` Daniel P. Berrange
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Maydell @ 2015-10-22 15:17 UTC (permalink / raw)
  To: QEMU Developers

[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 --disable-gnutls seems to work around this. I think
what is happening is that the logic to check for gnutls is
deciding that gnutls exists and so it can set the feature to
yes, but is failing to fall back to "actually, no" if the
user didn't explicitly require gnutls and gnutls needs nettle
and nettle isn't installed.

thanks
-- PMM

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-10-22 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-22 15:17 [Qemu-devel] configure claims I requested feature nettle when I didn't Peter Maydell
2015-10-22 15:43 ` Daniel P. Berrange
2015-10-22 16:09   ` Peter Maydell
2015-10-22 16:11     ` Daniel P. Berrange

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).