* 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.
This commit is contained in:
Fred Fish
1996-04-13 04:38:55 +00:00
parent 07f48792d2
commit 38d715a4c8
5 changed files with 20 additions and 2 deletions

2
gdb/configure vendored
View File

@ -1428,7 +1428,7 @@ EOF
fi
for ac_func in setpgid
for ac_func in setpgid sbrk
do
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then