Home
last modified time | relevance | path

Searched refs:ac_cv_sizeof_intmax_t (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/
H A Dconfigure.ac370 if test "x${ac_cv_sizeof_intmax_t}" = "x16" ; then
372 elif test "x${ac_cv_sizeof_intmax_t}" = "x8" ; then
374 elif test "x${ac_cv_sizeof_intmax_t}" = "x4" ; then
377 AC_MSG_ERROR([Unsupported intmax_t size: ${ac_cv_sizeof_intmax_t}])
H A Dconfigure6747 if ${ac_cv_sizeof_intmax_t+:} false; then :
6759 ac_cv_sizeof_intmax_t=0
6764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_intmax_t" >&5
6765 $as_echo "$ac_cv_sizeof_intmax_t" >&6; }
6774 if test "x${ac_cv_sizeof_intmax_t}" = "x16" ; then
6776 elif test "x${ac_cv_sizeof_intmax_t}" = "x8" ; then
6778 elif test "x${ac_cv_sizeof_intmax_t}" = "x4" ; then
6781 as_fn_error $? "Unsupported intmax_t size: ${ac_cv_sizeof_intmax_t}" "$LINENO" 5