diff options
author | Eli Zaretskii <eliz@gnu.org> | 2003-12-30 07:05:21 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2003-12-30 07:05:21 +0000 |
commit | 8e6525986055c6e48453277a459b7583ef97f90a (patch) | |
tree | 723fe629cf1277e2343b8b253fdcd92942a36e6d | |
parent | 1dd727e9e932e53956fe4fc0cde511c39cc66f38 (diff) | |
download | fsf-binutils-gdb-8e6525986055c6e48453277a459b7583ef97f90a.zip fsf-binutils-gdb-8e6525986055c6e48453277a459b7583ef97f90a.tar.gz fsf-binutils-gdb-8e6525986055c6e48453277a459b7583ef97f90a.tar.bz2 |
Temporary fix for last change.
-rw-r--r-- | gdb/configure.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index f0f65c2..d27470c 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 <sys/stat.h>]) - # ------------------------- # # Checks for declarations. # # ------------------------- # |