]> granicus.if.org Git - python/commit
[issue8211] configure: ignore AC_PROG_CC hardcoded CFLAGS
authorMarc-André Lemburg <mal@egenix.com>
Fri, 30 Apr 2010 17:20:14 +0000 (17:20 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 30 Apr 2010 17:20:14 +0000 (17:20 +0000)
commit6d5e579cc5e349fe7e8185a821434d718db2c6ea
tree5a1822f2e99a1ca092c4851b506f54d746df21ad
parent9663ddaa74800581efd3f008bac1735d43c07d81
[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.
configure
configure.in