Skip to content

Commit

Permalink
Nit: follow the AC_MSG_ERROR convention of keeping the error on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
erlend-aasland committed Nov 8, 2024
1 parent f3c6d7c commit 90ab1e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
11 changes: 2 additions & 9 deletions configure

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -5921,14 +5921,11 @@ AX_C_FLOAT_WORDS_BIGENDIAN(
[wasm*], [AC_DEFINE([DOUBLE_IS_LITTLE_ENDIAN_IEEE754], [1],
[Define if C doubles are 64-bit IEEE 754 binary format,
stored with the least significant byte first])],
[AC_MSG_ERROR([
Unknown float word ordering. You need to manually preset
ax_cv_c_float_words_bigendian=no (or yes) according to your system.
])]
)]
)
[AC_MSG_ERROR([m4_normalize([
Unknown float word ordering. You need to manually
preset ax_cv_c_float_words_bigendian=no (or yes)
according to your system.
])])])])

# The short float repr introduced in Python 3.1 requires the
# correctly-rounded string <-> double conversion functions from
Expand Down

0 comments on commit 90ab1e3

Please sign in to comment.