On Tue, 27 Aug 2002, Phil Lobbes wrote:
> Hi,
>
> I noticed in 'lib/Apache/Build.pm' that the -Ae option was being added
> even if the compiler was gcc. This options causes an error something
> like the following:
>
> ... missing '(' after predicate ... error
>
> In the code below (lib/Apache/Build.pm) I removed the '#' comment from
> in front of:
>
> return if $Config{cc} eq 'gcc'; #XXX?"
>
> to work around this problem and things compiled just fine.thanks. i've made the change in cvs.
