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:
parent
1f5f8a187a
commit
ca3cc677b3
1 changed files with 1 additions and 1 deletions
|
@ -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_CONST
|
||||||
AC_C_CHAR_UNSIGNED
|
AC_C_CHAR_UNSIGNED
|
||||||
AC_C_INLINE
|
AC_C_INLINE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue