mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-29 11:31:11 +00:00
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:
parent
f8bf74826e
commit
1cef8182cf
1 changed files with 6 additions and 1 deletions
|
@ -202,10 +202,15 @@ if test SOCKET_H = 0 -o IN_H = 0 ; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
# These functions needed by StdioStream.m
|
# This function needed by StdioStream.m
|
||||||
#--------------------------------------------------------------------
|
#--------------------------------------------------------------------
|
||||||
AC_CHECK_FUNCS(vsprintf)
|
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
|
# These libraries needed by the check programs for distributed objects
|
||||||
# on Solaris where the socket/network code isn't the regular place. Yuck!
|
# on Solaris where the socket/network code isn't the regular place. Yuck!
|
||||||
|
|
Loading…
Reference in a new issue