* configure.in: Check for stdlib.h.
authorDaniel Jacobowitz <drow@false.org>
Mon, 17 Mar 2003 19:39:53 +0000 (19:39 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 17 Mar 2003 19:39:53 +0000 (19:39 +0000)
* configure: Regenerated.
* config.in: Regenerated.

gdb/gdbserver/ChangeLog
gdb/gdbserver/config.in
gdb/gdbserver/configure
gdb/gdbserver/configure.in

index 9a02977f35bb3a9ffc68f91bf2f3c13583509f20..ec44b7c79c7b1ad70aaec6893bf0e6515602c5bb 100644 (file)
@@ -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.
index e5cb0a7db0b66b0ffd9f30a11904a8ca656068ef..5141263f4c6fa9d09aaa9acdac2bf1b8d4905d89 100644 (file)
@@ -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
 
index f88f4accdea4507f3eb3fba6163c8eeb99c6b531..0b9bee47a3ce7bd89f2f53912672a31f83bcb683 100755 (executable)
@@ -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
index cb6feedb6f2edb60cec9dae0882ac1e1064c6573..9c3106da616eb5d0238fe0879c575254721fc7dc 100644 (file)
@@ -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
 
This page took 0.033736 seconds and 4 git commands to generate.