From 21cbc60c52be1f9658e440322f49c1fb6d33078c Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 23 Apr 1998 19:53:35 +0000 Subject: Thu Apr 23 12:52:21 1998 Philippe De Muyter * 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. --- gdb/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/configure.in') 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. -- cgit v1.1