]> granicus.if.org Git - python/commit
Martin's change 43604 broke the Mac builds apparently due to an autoconf
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Apr 2006 05:32:17 +0000 (05:32 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 4 Apr 2006 05:32:17 +0000 (05:32 +0000)
commite8fb992f756cc8799a914abca24f92601e38b577
tree156eb73c46b67744a745abc4ab96f053320e0f02
parent2f327c14eb998e8796a3775aa6a7aade14e97004
Martin's change 43604 broke the Mac builds apparently due to an autoconf
bug.  I don't understand this at all, but Darwin/[78].* gets converted
to Darwin/78.* which is not correct.  Maybe I'm just clueless or overworked.
I can't see why in the original checkin this should have changed.

This hack gets the Mac build working again.  If someone figures out the
real problem, please revert this and fix for real.

Anthony is telling me that AC_PROG_CXX_WORKS which we use is broken.
I have no idea if that's related.

This change breaks up the case and fixes a typo.
configure
configure.in