commit b879254714ca5a54cb1fcabe7ee60802f4c7e9e2 from: Omar Polo date: Mon Oct 09 09:04:30 2023 UTC fix build when there is no system endian.h commit - dc7b8e0ca684366c9e8cb4433f1f71df9c278bb0 commit + b879254714ca5a54cb1fcabe7ee60802f4c7e9e2 blob - ab6762a5faffa05b3485da9b150499246a59840d blob + 42ff903a52b524754def669f90dfb577a765914e --- configure +++ configure @@ -635,6 +635,10 @@ if [ $BACKEND = auto -o $BACKEND = ao ]; then exit 1 fi CFLAGS="${CFLAGS} -pthread" +fi + +if [ "${HAVE_ENDIAN_H}" -eq 0 ]; then + CFLAGS="${CFLAGS} -I." fi if [ "${HAVE_LIB_FLAC}" -eq 0 -o \