From: Eli Zaretskii Date: Tue, 30 Dec 2003 07:05:21 +0000 (+0000) Subject: Temporary fix for last change. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e6525986055c6e48453277a459b7583ef97f90a;p=binutils-gdb.git Temporary fix for last change. --- diff --git a/gdb/configure.in b/gdb/configure.in index f0f65c22c58..d27470cb6c8 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -383,12 +383,6 @@ AC_CHECK_HEADERS(curses.h ncurses.h term.h) # unconditionally, so what's the point in checking these? AC_CHECK_HEADERS(ctype.h time.h) -# remote-fileio.c needs st_blocks -AC_CHECK_MEMBER(struct stat.st_blocks, - [AC_DEFINE(HAVE_STRUCT_STAT_ST_BLOCKS, 1, - [Define if struct stat has st_blocks member.])], - [#include ]) - # ------------------------- # # Checks for declarations. # # ------------------------- #