[issue1104249] configure doesn't set up CFLAGS properly

2010-08-16 Thread Stefan Krah
Stefan Krah added the comment: Closing as a duplicate of issue 9189. -- nosy: +skrah resolution: -> duplicate stage: unit test needed -> committed/rejected status: open -> closed superseder: -> Improve CFLAGS handling ___ Python tracker

[issue1104249] configure doesn't set up CFLAGS properly

2009-10-14 Thread M Joonas Pihlaja
M Joonas Pihlaja added the comment: 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: CFLAG

[issue1104249] configure doesn't set up CFLAGS properly

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___ ___