diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-03-17 19:39:53 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-03-17 19:39:53 +0000 |
commit | 94e10508982b22ad3f65e7eb73361057455efa3f (patch) | |
tree | 03e4d398d474aa59188f0ba3826714fbe9312d4a /gdb/gdbserver/configure | |
parent | 0a61325988c3bd0138ce4db2094f674bf500a4b4 (diff) | |
download | gdb-94e10508982b22ad3f65e7eb73361057455efa3f.zip gdb-94e10508982b22ad3f65e7eb73361057455efa3f.tar.gz gdb-94e10508982b22ad3f65e7eb73361057455efa3f.tar.bz2 |
* configure.in: Check for stdlib.h.
* configure: Regenerated.
* config.in: Regenerated.
Diffstat (limited to 'gdb/gdbserver/configure')
-rwxr-xr-x | gdb/gdbserver/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdbserver/configure b/gdb/gdbserver/configure index f88f4ac..0b9bee4 100755 --- a/gdb/gdbserver/configure +++ b/gdb/gdbserver/configure @@ -1105,7 +1105,7 @@ EOF fi -for ac_hdr in sgtty.h termio.h termios.h sys/reg.h string.h proc_service.h sys/procfs.h thread_db.h linux/elf.h unistd.h +for ac_hdr in sgtty.h termio.h termios.h sys/reg.h string.h proc_service.h sys/procfs.h thread_db.h linux/elf.h stdlib.h unistd.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |