bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: valloc is not detected during configuration


From: Göran Uddeborg
Subject: Re: valloc is not detected during configuration
Date: Tue, 29 Apr 2003 22:56:36 +0200

> Thanks for the bug report and patch.  I think I'll fix it a different
> way, by using AC_CHECK_DECLS([valloc]) in configure.ac and altering
> system.h to look like this instead:
> 
> #if ! defined valloc && ! HAVE_DECL_VALLOC
> # define valloc(Size) malloc (Size)
> #endif

Yes, that makes sense.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]