On 1/29/2012 3:18 PM, Rainer Jung wrote:
> Overview:
> 
> Minor problem (not a regression): config.guess and config.sub are a bit old 
> (2008) due to
> buildconf in the released apr overwriting the config.* in our svn by the
> system config.*. This is fixed for future apr releases.

Cool, thanks.

> One new finding (but not a regression): when building with gcc 4.6.2 
> configure fails
> during the version check for an external apr-util. gcc 4.6.2 aborts when 
> parsing
> apu_version.h because the file includes apr_version.h and the configure check 
> has only
> includes set for apu, so the external apr_version.h is not found. Older gcc 
> 4.1.2 also
> outputs an error but does not abort so for the older gcc the check succeeds. 
> I will
> propose a fix.

Hmmm?  So, attempting to use external apr-util, where no external apr exists?

That would not be possible, since apr-util required apr in the first place;
right?


Reply via email to