Home
last modified time | relevance | path

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

/external/jemalloc_new/
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}])
Dconfigure6759 if ${ac_cv_sizeof_intmax_t+:} false; then :
6771 ac_cv_sizeof_intmax_t=0
6776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_intmax_t" >&5
6777 $as_echo "$ac_cv_sizeof_intmax_t" >&6; }
6786 if test "x${ac_cv_sizeof_intmax_t}" = "x16" ; then
6788 elif test "x${ac_cv_sizeof_intmax_t}" = "x8" ; then
6790 elif test "x${ac_cv_sizeof_intmax_t}" = "x4" ; then
6793 as_fn_error $? "Unsupported intmax_t size: ${ac_cv_sizeof_intmax_t}" "$LINENO" 5