SIGN IN SIGN UP

bpo-33483: more correctly handle finding the C compiler (GH-6780)

Instead of passing configure args such as --without-gcc or --with-icc,
instead prefer to rely on the native way of finding the compiler:
passing CC (or CPP or CXX depending).

This allows configure to find the correct compiler instead of having to
be explicitly told. It also more correctly builds on both macOS and
FreeBSD since the system compiler is used by default (cc)
E
Eitan Adler committed
98929b545e86e7c7296c912d8f34e8e8d3fd6439
Parent: 046d311
Committed by Benjamin Peterson <benjamin@python.org> on 5/15/2018, 3:55:41 AM