While configuring, this warning is shown:
configure.ac:82: warning: AC_C_BIGENDIAN should be used with AC_CONFIG_HEADERS
Reason is AC_C_BIGENDIAN wants to define WORDS_BIGENDIAN (which we use), but since we do not use the normal config.h anymore, this is not possible.
This at least affects the Wii version and Apple universal builds (uncommon nowadays).
While configuring, this warning is shown:
Reason is
AC_C_BIGENDIANwants to defineWORDS_BIGENDIAN(which we use), but since we do not use the normalconfig.hanymore, this is not possible.This at least affects the Wii version and Apple universal builds (uncommon nowadays).