aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1995-07-05 08:04:28 +0000
committerFred Fish <fnf@specifix.com>1995-07-05 08:04:28 +0000
commite63c594dd01aa39ff3b6cd2c7ce7ca725c4f210f (patch)
tree2889b3f502445a17ec8a55d8ac6b5ddda06eeae0 /gas/configure.in
parenteac6290c7e7d08c683c379a4e1e0610418328208 (diff)
downloadgdb-e63c594dd01aa39ff3b6cd2c7ce7ca725c4f210f.zip
gdb-e63c594dd01aa39ff3b6cd2c7ce7ca725c4f210f.tar.gz
gdb-e63c594dd01aa39ff3b6cd2c7ce7ca725c4f210f.tar.bz2
* as.c (main): Only use sbrk when HAVE_SBRK defined.
* configure.in: Add test for sbrk. * configure: Regenerate using autoconf 2.4.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/configure.in b/gas/configure.in
index cfdf423..245b847 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -533,6 +533,9 @@ AC_C_INLINE
# VMS doesn't have unlink.
AC_CHECK_FUNCS(unlink remove, break)
+# Some systems don't have sbrk().
+AC_CHECK_FUNCS(sbrk)
+
# Some non-ANSI preprocessors botch requoting inside strings. That's bad
# enough, but on some of those systems, the assert macro relies on requoting
# working properly!