diff options
author | Alan Modra <amodra@gmail.com> | 2012-06-18 04:23:15 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-06-18 04:23:15 +0000 |
commit | a574142b3eeecca344737b380438e7a3cb6427ae (patch) | |
tree | f5067f7a366c9c4c9cda176d72c538f94984f613 /gas/configure.in | |
parent | 466911340d972c2ecad9f56874735a4ced97d6ff (diff) | |
download | gdb-a574142b3eeecca344737b380438e7a3cb6427ae.zip gdb-a574142b3eeecca344737b380438e7a3cb6427ae.tar.gz gdb-a574142b3eeecca344737b380438e7a3cb6427ae.tar.bz2 |
* configure.in: Check DECLS for free, getenv, malloc, realloc,
* configure: Regenerate.
* config.in: Likewise.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gas/configure.in b/gas/configure.in index 1f16e70..f29dc12 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -663,11 +663,8 @@ AC_C_INLINE # VMS doesn't have unlink. AC_CHECK_FUNCS(unlink remove, break) +AC_CHECK_FUNCS(free getenv malloc realloc sbrk setlocale stpcpy strstr) -# Some systems don't have sbrk(). -AC_CHECK_FUNCS(sbrk) - -AC_CHECK_FUNCS(setlocale) AM_LC_MESSAGES # do we need the math library? |