On Thu, Apr 26, 2001, Gildas Bazin wrote:
> > Well, the only issue seems to be the need to remove AC_C_BIGENDIAN.
> > If someone fixes this, I see no reason not to integrate your patches.
>
> I will try to see what can be done, but I'm no autoconf expert.
I just found a quick way around this:
if test x${cross_compiling} != xyes; then
AC_C_BIGENDIAN
fi
--
Sam.