← Back to team overview

instant team mailing list archive

Re: [HG instant] Set PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 by default.

 

On Tue, January 13, 2009 20:00, Johan Hake wrote:
> On Monday 12 January 2009 17:20:49 Instant wrote:
>> One or more new changesets pushed to the primary instant repository.
>> A short summary of the last three changesets is included below.
>>
>> changeset:   271:f3ea57a62fdf62923d7bb185aa858b123a5d7c1b
>> tag:         tip
>> user:        Johannes Ring <johannr@xxxxxxxxx>
>> date:        Mon Jan 12 17:13:49 2009 +0100
>> files:       src/instant/config.py
>> description:
>> Set PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 by default.
>
> I thinkt there is a bug at line 19 in config.py
>
>   assert env("PKG_CONFIG_ALLOW_SYSTEM_CFLAGS") == "0"
>
> should be:
>
>   assert env["PKG_CONFIG_ALLOW_SYSTEM_CFLAGS"] == "0"
>
> As far as I know is not a dict callable ;)

oops... yes, you are right :-)

Johannes



References