On 24/07/2015 15:48, Daniel P. Berrange wrote: > > Yes, but the set of required static libs for linux-user is pretty > > tiny, and it doesn't generally change. In particular since we > > don't want to link gnutls into linux-user we shouldn't be requiring > > the user to scrape up a static lib of it to keep things working. > > Requiring gnutls at all for these configure options is just a bug > > (in configure or the makefile). > > Ok, I'll send a patch to auto-disable it when missing
If the problem is just socket-scm-helper, which is only used to test system emulators, we can make that depend on CONFIG_SOFTMMU. Paolo