Patrik Stridvall ps@leissner.se writes:
Proper detection of VM86 support on FreeBSD, Linux and Solaris added.
I don't think that's useful. Even if we someday support vm86 on other platforms, this is one of these cases where a simple platform check (#ifdef linux) is preferable to complex configure magic IMO. This is how we do the LDT check too, because there simply isn't enough similarity between platforms to justify configure tests.