Check for strerror().

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1878 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-10-31 16:43:58 +00:00
parent c2166652ea
commit 7a60a0ccb9

View file

@ -232,6 +232,11 @@ AC_CHECK_FUNCS(valloc)
#--------------------------------------------------------------------
AC_CHECK_FUNCS(times)
#--------------------------------------------------------------------
# This function needed by StdioStream.m
#--------------------------------------------------------------------
AC_CHECK_FUNCS(strerror)
#--------------------------------------------------------------------
# This function needed by NSString for handling of %@ printf directive.
#--------------------------------------------------------------------