mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
Temporary fix for last change.
This commit is contained in:
@ -383,12 +383,6 @@ AC_CHECK_HEADERS(curses.h ncurses.h term.h)
|
|||||||
# unconditionally, so what's the point in checking these?
|
# unconditionally, so what's the point in checking these?
|
||||||
AC_CHECK_HEADERS(ctype.h time.h)
|
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. #
|
# Checks for declarations. #
|
||||||
# ------------------------- #
|
# ------------------------- #
|
||||||
|
Reference in New Issue
Block a user