summaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-07-05 10:25:43 +0000
committerAndrew Cagney <cagney@redhat.com>2000-07-05 10:25:43 +0000
commit2e12b73e9ba2fa11843973089699abb887478585 (patch)
tree51d7e25289fb9d0bfc33198ee3cc624a3c3801ff /gdb/configure.in
parent340f1ff87caae102bfd1ff9c7aa2787c20b2e7d5 (diff)
downloadgdb-2e12b73e9ba2fa11843973089699abb887478585.tar.gz
Check for <sys/poll.h>.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index df543083361..177c10ef7f4 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -123,7 +123,8 @@ AC_CHECK_HEADERS(ctype.h endian.h link.h thread_db.h proc_service.h \
wchar.h wctype.h asm/debugreg.h sys/debugreg.h sys/select.h \
time.h sys/ioctl.h sys/user.h \
dirent.h sys/ndir.h sys/dir.h ndir.h \
- curses.h ncurses.h)
+ curses.h ncurses.h \
+ poll.h sys/poll.h)
AC_HEADER_STAT
AC_C_CONST