From 1cef8182cfa214e114c20c685d44a1373c9efb3a Mon Sep 17 00:00:00 2001 From: mccallum Date: Fri, 31 Mar 1995 15:30:28 +0000 Subject: [PATCH] Added check for valloc. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@213 72102866-910b-0410-8b05-ffd578937521 --- configure.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index ccb5302a0..608f8d087 100644 --- a/configure.in +++ b/configure.in @@ -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!