diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-01-05 22:06:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-01-05 22:06:38 +0000 |
commit | 9299404eba0343364742a9fc85f6cfaded61eb73 (patch) | |
tree | 7aef8b1f152f595f567561c0e487490b070bde9f /gdb/configure.in | |
parent | 7a621144429a4760ba888069d08bd190e3557119 (diff) | |
download | gdb-9299404eba0343364742a9fc85f6cfaded61eb73.zip gdb-9299404eba0343364742a9fc85f6cfaded61eb73.tar.gz gdb-9299404eba0343364742a9fc85f6cfaded61eb73.tar.bz2 |
Don't include <endian.h>
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 52d3e9a..6eef43c 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -118,7 +118,7 @@ case $host_os in solaris2.7 | solaris2.8) case "$GCC" in yes) AC_DEFINE(_MSE_INT_H) esac; esac -AC_CHECK_HEADERS(ctype.h endian.h nlist.h link.h thread_db.h proc_service.h \ +AC_CHECK_HEADERS(ctype.h nlist.h link.h thread_db.h proc_service.h \ memory.h objlist.h ptrace.h sgtty.h stddef.h stdlib.h \ string.h sys/procfs.h sys/ptrace.h sys/reg.h stdint.h \ term.h termio.h termios.h unistd.h wait.h sys/wait.h \ |