aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2001-12-07 17:57:05 +0000
committerMartin Hunt <hunt@redhat.com>2001-12-07 17:57:05 +0000
commit0cf3e697e4236ec4baabbc7aac766580ee30d202 (patch)
tree1f93be94f9b602c58912c79b4418fc45b4318012 /gdb/configure
parentbafdd3b3f6cad9754b1ee83a0f14839b59a0a188 (diff)
downloadgdb-0cf3e697e4236ec4baabbc7aac766580ee30d202.zip
gdb-0cf3e697e4236ec4baabbc7aac766580ee30d202.tar.gz
gdb-0cf3e697e4236ec4baabbc7aac766580ee30d202.tar.bz2
2001-12-07 Martin M. Hunt <hunt@redhat.com>
* configure.in: Check for sys/filio.h * configure: Rebuild. * config.in: Add HAVE_SYS_FILIO_H * ser-tcp.c: Conditionally include sys/filio.h.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure
index dd5ea43..dcb5ce2 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -3407,7 +3407,7 @@ for ac_hdr in ctype.h endian.h nlist.h link.h thread_db.h proc_service.h \
term.h termio.h termios.h unistd.h wait.h sys/wait.h \
wchar.h wctype.h asm/debugreg.h sys/debugreg.h sys/select.h \
time.h sys/file.h sys/ioctl.h sys/user.h sys/fault.h sys/syscall.h \
- dirent.h sys/ndir.h sys/dir.h ndir.h \
+ dirent.h sys/ndir.h sys/dir.h ndir.h sys/filio.h \
curses.h ncurses.h \
poll.h sys/poll.h
do