mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-30 09:07:53 +03:00
Fix intmax_t configure error message
This commit is contained in:
parent
08e2221e99
commit
14103d3598
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ elif test "x${ac_cv_sizeof_intmax_t}" = "x8" ; then
|
|||
elif test "x${ac_cv_sizeof_intmax_t}" = "x4" ; then
|
||||
LG_SIZEOF_INTMAX_T=2
|
||||
else
|
||||
AC_MSG_ERROR([Unsupported intmax_t size: ${ac_cv_sizeof_long}])
|
||||
AC_MSG_ERROR([Unsupported intmax_t size: ${ac_cv_sizeof_intmax_t}])
|
||||
fi
|
||||
AC_DEFINE_UNQUOTED([LG_SIZEOF_INTMAX_T], [$LG_SIZEOF_INTMAX_T])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue