Re: Re: Tuxscreen build - malloc problem
Matthew Allum <[email protected]>
| Newsgroups | gmane.comp.handhelds.matchbox |
|---|---|
| Message-ID | <20030410085743.GA31222@debian> |
on Wed, Apr 09, 2003 at 09:11:53PM -0400, Phil Olynyk wrote:
>
>
> Hi Matthew -
> In the configure script, if I change line 10440 - after it tests
> "cross_compiling" - to
>
> ac_cv_func_malloc_0_nonnull=yes // instead of no
>
Have you tried adding ;
ac_cv_func_malloc_0_nonnull=${ac_cv_func_malloc_0_nonnull=yes}
to a file ? And then passing this file to configure via
--cache-file=XXX .
-- Matthew