diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-04-23 19:53:35 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-04-23 19:53:35 +0000 |
commit | 21cbc60c52be1f9658e440322f49c1fb6d33078c (patch) | |
tree | f177a8210c9e75a2acf25cdc02b839997760b270 /gdb/configure.in | |
parent | ca39bf77b061e85529dbcc924aab350c51780194 (diff) | |
download | gdb-21cbc60c52be1f9658e440322f49c1fb6d33078c.zip gdb-21cbc60c52be1f9658e440322f49c1fb6d33078c.tar.gz gdb-21cbc60c52be1f9658e440322f49c1fb6d33078c.tar.bz2 |
Thu Apr 23 12:52:21 1998 Philippe De Muyter <phdm@macqel.be>
* configure.in (strerror): Check if function must be declared.
* acconfig.h (NEED_DECLARATION_STRERROR): New define slot.
* gdb_string.h (strerror): Function declaration issued if
NEED_DECLARATION_STRERROR.
* configure, config.in : Files regenerated.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 08138bb..b1e19cf 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -200,6 +200,8 @@ BFD_NEED_DECLARATION(malloc) BFD_NEED_DECLARATION(realloc) BFD_NEED_DECLARATION(free) +BFD_NEED_DECLARATION(strerror) + dnl See if thread_db library is around for Solaris thread debugging. Note that dnl we must explicitly test for version 1 of the library because version 0 dnl (present on Solaris 2.4 or earlier) doesn't have the same API. |