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 joonas
Recipients bos, joonas, lemburg
Date 2009-10-14.13:41:07
SpamBayes Score 0.00031623198
Marked as misclassified No
Message-id <1255527669.84.0.884409715622.issue1104249@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a test case:

$ CFLAGS="--haflkhlaiuhfnafkghnaf" ./configure; make
[... configure does its thing... ]
[... make does its thing and completes successfully ...]

Expected result:  The build fails due to an unknown flag in CFLAGS.

Witnessed result:  CFLAGS is completely ignored.
History
Date User Action Args
2009-10-14 13:41:09joonassetrecipients: + joonas, lemburg, bos
2009-10-14 13:41:09joonassetmessageid: <1255527669.84.0.884409715622.issue1104249@psf.upfronthosting.co.za>
2009-10-14 13:41:07joonaslinkissue1104249 messages
2009-10-14 13:41:07joonascreate