Skip to content

Possibly missing byte order swapping when using autotools #412

@carstene1ns

Description

@carstene1ns

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions