aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-10-13 00:35:48 +0000
committerJason Molenda <jmolenda@apple.com>1998-10-13 00:35:48 +0000
commit1dee2761ad89b43593f2a5fac932828189a56837 (patch)
tree224698eaf8bcfa0f6cb03711c8027362d9892c92 /gdb/configure
parenta148e678b2caab6bfec834034b3db41551781a0b (diff)
downloadgdb-1dee2761ad89b43593f2a5fac932828189a56837.zip
gdb-1dee2761ad89b43593f2a5fac932828189a56837.tar.gz
gdb-1dee2761ad89b43593f2a5fac932828189a56837.tar.bz2
1998-10-12 Jason Molenda (jsm@bugshack.cygnus.com)
* configure.in: Check for sys/debugreg.h, asm/debugreg.h. * i386v-nat.c: Include asm/debugreg.h, sys/debugreg.h if it is not present. This is to work around a conflict where the Linux 2.1.x kernel and glibc 2.0.x are not in sync; including <sys/debugreg.h> will result in an error. With luck, these losers will get their act together and we can trash this hack in the near future.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure
index d2af77f..ad7f631 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -21,12 +21,10 @@ ac_help="$ac_help
--enable-build-warnings Enable compiler warnings if gcc is used"
ac_help="$ac_help
--with-mmalloc Use memory mapped malloc package"
-# start-sanitize-carp
ac_help="$ac_help
--enable-carp Configure alternative readaptive paradigm "
ac_help="$ac_help
--enable-targets alternative target configurations"
-# end-sanitize-carp
ac_help="$ac_help
--enable-ide Enable IDE support"
ac_help="$ac_help
@@ -3138,7 +3136,7 @@ for ac_hdr in ctype.h curses.h endian.h libintl.h limits.h link.h \
memory.h objlist.h ptrace.h sgtty.h stddef.h stdlib.h \
string.h strings.h sys/procfs.h sys/ptrace.h sys/reg.h \
term.h termio.h termios.h unistd.h wait.h sys/wait.h \
- wchar.h wctype.h
+ wchar.h wctype.h asm/debugreg.h
do
ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6