Francesco Romani <[EMAIL PROTECTED]> writes: [...]
> - NUV is expected to work only on x86 platform; otherwise, it works > thanks a significant amount of luck. Enforce this constraint using > a ./configure check. I see a little problem with the nuv test in configure. You check the arch only if --enable-nuv has been passed to configure, so if configure is called without --enable-nuv then configure doesn't see that the cpu is not a x86 and think that nuv is enabled and of course this doesn't work. Christian