* configure.in: Check for stdlib.h.
* configure: Regenerated. * config.in: Regenerated.
This commit is contained in:
parent
0a61325988
commit
94e1050898
4 changed files with 12 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-03-17 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* configure.in: Check for stdlib.h.
|
||||
* configure: Regenerated.
|
||||
* config.in: Regenerated.
|
||||
|
||||
2003-01-04 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* linux-m68k-low.c (m68k_num_regs): Define to 29 instead of 31.
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
/* Define if you have the <sgtty.h> header file. */
|
||||
#undef HAVE_SGTTY_H
|
||||
|
||||
/* Define if you have the <stdlib.h> header file. */
|
||||
#undef HAVE_STDLIB_H
|
||||
|
||||
/* Define if you have the <string.h> header file. */
|
||||
#undef HAVE_STRING_H
|
||||
|
||||
|
|
2
gdb/gdbserver/configure
vendored
2
gdb/gdbserver/configure
vendored
|
@ -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
|
||||
|
|
|
@ -31,7 +31,8 @@ AC_PROG_INSTALL
|
|||
AC_HEADER_STDC
|
||||
|
||||
AC_CHECK_HEADERS(sgtty.h termio.h termios.h sys/reg.h string.h dnl
|
||||
proc_service.h sys/procfs.h thread_db.h linux/elf.h unistd.h)
|
||||
proc_service.h sys/procfs.h thread_db.h linux/elf.h dnl
|
||||
stdlib.h unistd.h)
|
||||
|
||||
. ${srcdir}/configure.srv
|
||||
|
||||
|
|
Loading…
Reference in a new issue