summaryrefslogtreecommitdiffstats
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-04-13 04:38:55 +0000
committerFred Fish <fnf@specifix.com>1996-04-13 04:38:55 +0000
commit38d715a4c80f5b19e55a06cf3da6d8a9f114763c (patch)
tree13a0db1439547fe469a8fb603dab457bb2122dd3 /gdb/configure.in
parent07f48792d265b497e6479310f4925d1ee1ce58c4 (diff)
downloadppe42-binutils-38d715a4c80f5b19e55a06cf3da6d8a9f114763c.tar.gz
ppe42-binutils-38d715a4c80f5b19e55a06cf3da6d8a9f114763c.zip
* README: Update for 4.16 release.
* configure.in (AC_CHECK_FUNCS): Also check for sbrk. * configure: Regenerate with autoconf. * config.in: Regenerate with autoheader. * main.c (main): Only use sbrk() when HAVE_SBRK is defined. * top.c (command_loop): Ditto.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 23961357a0..71ec9ec332 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -42,7 +42,7 @@ AC_HEADER_STDC
AC_CHECK_HEADERS(limits.h memory.h string.h strings.h unistd.h termios.h termio.h sgtty.h stddef.h sys/procfs.h link.h endian.h)
AC_HEADER_STAT
-AC_CHECK_FUNCS(setpgid)
+AC_CHECK_FUNCS(setpgid sbrk)
AC_MSG_CHECKING([for gregset_t type])
AC_CACHE_VAL(gdb_cv_have_gregset_t,
OpenPOWER on IntegriCloud