Issue #17603: Check for st_blocks field without requiring fileblocks.o

This commit is contained in:
Martin Panter 2016-03-18 02:36:41 +00:00
parent a2e5e044af
commit d887d1f365
4 changed files with 4 additions and 15 deletions

10
configure vendored
View file

@ -12869,19 +12869,9 @@ cat >>confdefs.h <<_ACEOF
_ACEOF
$as_echo "#define HAVE_ST_BLOCKS 1" >>confdefs.h
else
case " $LIBOBJS " in
*" fileblocks.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS fileblocks.$ac_objext"
;;
esac
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for time.h that defines altzone" >&5
$as_echo_n "checking for time.h that defines altzone... " >&6; }
if ${ac_cv_header_time_altzone+:} false; then :