| On May 16, 2000, Akim Demaille <[EMAIL PROTECTED]> wrote:
| > + Either we cross-compile the whole package, or we don't.
| > + Using --host explicitly enables cross-compilation.
|
| Ok
|
| > + AC_MSG_WARN([the C compiler is not a cross compiler as was expected]);;
|
| I'm not sure I like this warning. You may be able to run a simple
| program, but not any generic program, if you're compiling for i686 on
| a i586, for example. Instead of stating the compiler is *not* a cross
| compiler, we could just say it doesn't seem to be one.
In fact, on a second thought, there should be no checking that the
compiler is a cross compiler if --host, so there would be nothing.
And I agree with you.