1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Define ACTION-IF-UNIVERSAL of AC_C_BIGENDIAN [Bug #18156]

As we do not use config.h.in, just define the helper macro
instead.
This commit is contained in:
Nobuyoshi Nakada 2021-10-01 10:41:54 +09:00
parent 1f5f8a187a
commit ca3cc677b3
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1385,7 +1385,7 @@ AS_CASE(["$target_os"],
])
])
AC_C_BIGENDIAN
AC_C_BIGENDIAN([], [], [], [AC_DEFINE(AC_APPLE_UNIVERSAL_BUILD, 1)])
AC_C_CONST
AC_C_CHAR_UNSIGNED
AC_C_INLINE