Added check for valloc.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@213 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1995-03-31 15:30:28 +00:00
parent f8bf74826e
commit 1cef8182cf

View file

@ -202,10 +202,15 @@ if test SOCKET_H = 0 -o IN_H = 0 ; then
fi
#--------------------------------------------------------------------
# These functions needed by StdioStream.m
# This function needed by StdioStream.m
#--------------------------------------------------------------------
AC_CHECK_FUNCS(vsprintf)
#--------------------------------------------------------------------
# This function needed by objc-malloc.c
#--------------------------------------------------------------------
AC_CHECK_FUNCS(valloc)
#--------------------------------------------------------------------
# These libraries needed by the check programs for distributed objects
# on Solaris where the socket/network code isn't the regular place. Yuck!