aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-12-31 12:41:00 +0000
committerMark Kettenis <kettenis@gnu.org>2002-12-31 12:41:00 +0000
commit9608ab8b2af94439e3dfe07774857cd74a190a08 (patch)
tree8c766260991857daaac2c4efc6863457de72a29b /gdb/configure.in
parentbbcc08074ff8a8e6cb1acfe4f59bc827ada47fc6 (diff)
downloadgdb-9608ab8b2af94439e3dfe07774857cd74a190a08.zip
gdb-9608ab8b2af94439e3dfe07774857cd74a190a08.tar.gz
gdb-9608ab8b2af94439e3dfe07774857cd74a190a08.tar.bz2
* gdb_dirent.h: Cleanup and update code to match the example in
the Autoconf manual. * configure.in: Call AC_HEADER_DIRENT. Remove dirent.h, sys/ndir.h, sys/dir.h and ndir.h from call to AC_CHECK_HEADERS. * configure: Regenerated.
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 f91503a..4c549cc 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -110,6 +110,7 @@ AC_ARG_PROGRAM
AC_TYPE_SIGNAL
+AC_HEADER_DIRENT
AC_HEADER_STDC
dnl Solaris 7 needs _MSE_INT_H defined to avoid a clash between <widec.h>
@@ -126,7 +127,7 @@ AC_CHECK_HEADERS(ctype.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 sys/filio.h \
+ sys/filio.h \
curses.h ncurses.h \
poll.h sys/poll.h)
AC_HEADER_STAT