diff options
author | Jim Wilson <wilson@tuliptree.org> | 2005-06-03 21:33:49 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2005-06-03 21:33:49 +0000 |
commit | b7d4af3a128f09640f4d0982d7d9b9333eadccdf (patch) | |
tree | 240b195c88c6a57ec8b9ece6c42fcd624059cf19 /binutils/configure.in | |
parent | 82d457f64ba1cd414364a3907d9533664f5e034b (diff) | |
download | gdb-b7d4af3a128f09640f4d0982d7d9b9333eadccdf.zip gdb-b7d4af3a128f09640f4d0982d7d9b9333eadccdf.tar.gz gdb-b7d4af3a128f09640f4d0982d7d9b9333eadccdf.tar.bz2 |
Patch from Steve Ellcey for hpux build failure.
* configure.in: Check for getc_unlocked prototype.
* configure: Regenerate.
* config.in: Regenerate.
* strings.c (get_char): Only call getc_unlocked if we have seen a
prototype.
Diffstat (limited to 'binutils/configure.in')
-rw-r--r-- | binutils/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/configure.in b/binutils/configure.in index fef6b78..2dcd364 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -217,6 +217,7 @@ BFD_NEED_DECLARATION(strstr) BFD_NEED_DECLARATION(sbrk) BFD_NEED_DECLARATION(getenv) BFD_NEED_DECLARATION(environ) +AC_CHECK_DECLS(getc_unlocked) BFD_BINARY_FOPEN |