[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] wget devel build problem with autoconf 2.66
From: |
Maciej W. Rozycki |
Subject: |
Re: [Bug-wget] wget devel build problem with autoconf 2.66 |
Date: |
Sat, 10 Jul 2010 23:25:13 +0100 (BST) |
User-agent: |
Alpine 2.00 (LFD 1167 2008-08-23) |
On Sat, 10 Jul 2010, Jochen Roderburg wrote:
> With the brand-new autoconf v2.66 the wget build process does not work any
> longer with error message:
>
> configure.ac:172: error: AC_CHECK_SIZEOF: requires literal arguments
> ../../lib/autoconf/types.m4:765: AC_CHECK_SIZEOF is expanded from...
> configure.ac:172: the top level
>
> line 172 in configure.ac contains:
>
> AC_CHECK_SIZEOF(void *)
Looks like a quoting problem to me -- AC_CHECK_SIZEOF([void *])?
Maciej