Home
last modified time | relevance | path

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

/external/e2fsprogs/
Dconfigure6523 if ${bh_cv_c_signed+:} false; then :
6538 bh_cv_c_signed=yes
6540 bh_cv_c_signed=no
6544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bh_cv_c_signed" >&5
6545 $as_echo "$bh_cv_c_signed" >&6; }
6546 if test $bh_cv_c_signed = no; then
Daclocal.m42392 AC_CACHE_CHECK([for signed], bh_cv_c_signed,
2393 [AC_TRY_COMPILE(, [signed char x;], bh_cv_c_signed=yes, bh_cv_c_signed=no)])
2394 if test $bh_cv_c_signed = no; then