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 | d3a9f56f3812f5589d48a95c9a0ecc99bdd7c883 (patch) | |
tree | 3845e6dc1a4d6efb6b24f67e84be077cb8ad52e8 /gdb/configure.in | |
parent | d3c051849bfad50aa74906d014d0c6bef67fb282 (diff) | |
download | gdb-d3a9f56f3812f5589d48a95c9a0ecc99bdd7c883.tar.gz |
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 52d3e9accf8..6eef43cf884 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 \ |