This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients Arfrever, lemburg, loewis, ned.deily, vstinner
Date 2010-04-30.17:34:14
SpamBayes Score 4.3458738e-07
Marked as misclassified No
Message-id <4BDB1495.1060104@egenix.com>
In-reply-to <1272644074.33.0.421101193127.issue8211@psf.upfronthosting.co.za>
Content
STINNER Victor wrote:
> 
> STINNER Victor <victor.stinner@haypocalc.com> added the comment:
> 
> Sorry but i don't really understand the problem of my patch, and I don't want to spend time of this. Revert my patch if you think that it introduced a regression.

See the new implementation for what I meant...

r80665 - in python/trunk: configure configure.in
r80666 - in python/branches/py3k: configure	configure.in

[issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS

Only override the AC_PROG_CC determined CFLAGS if they were set by the user.
This restores the default behavior in the common case of not having CFLAGS
defined when running configure.
History
Date User Action Args
2010-04-30 17:34:19lemburgsetrecipients: + lemburg, loewis, vstinner, ned.deily, Arfrever
2010-04-30 17:34:16lemburglinkissue8211 messages
2010-04-30 17:34:16lemburgcreate