[issue1104249] configure doesn't set up CFLAGS properly

M Joonas Pihlaja report at bugs.python.org
Wed Oct 14 15:41:09 CEST 2009


M Joonas Pihlaja <jpihlaja at cc.helsinki.fi> 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:  CFLAGS is completely ignored.

----------
nosy: +joonas

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1104249>
_______________________________________


More information about the Python-bugs-list mailing list