Home
last modified time | relevance | path

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

/external/e2fsprogs/
Dconfigure6917 if ${gl_cv_header_stdint_h+:} false; then :
6933 gl_cv_header_stdint_h=yes
6935 gl_cv_header_stdint_h=no
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gl_cv_header_stdint_h" >&5
6940 $as_echo "$gl_cv_header_stdint_h" >&6; }
6941 if test $gl_cv_header_stdint_h = yes; then
7527 if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
Daclocal.m43763 AC_CACHE_CHECK([for stdint.h], [gl_cv_header_stdint_h],
3769 [gl_cv_header_stdint_h=yes],
3770 [gl_cv_header_stdint_h=no])])
3771 if test $gl_cv_header_stdint_h = yes; then
4167 if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then