[Backport 200 - Backport #8117][Open] Backport r39814

Issue #8117 has been reported by mrkn (Kenta M.).


Backport #8117: Backport r39814

Author: mrkn (Kenta M.)
Status: Open
Priority: Normal
Assignee: nagachika (Tomoyuki C.)
Category:
Target version:

In r39814, I fixed a bug of C++ compiler selection for OS X.
Before the revision, If users use clang, configure select g++ for CXX.
So the users cannot build extension libraries if the compiler options
they uses for clang are not compatible to g++.

Issue #8117 has been updated by nagachika (Tomoyuki C.).

Status changed from Open to Assigned

Hello,

Is r39815 also need to be backported?

Backport #8117: Backport r39814

Author: mrkn (Kenta M.)
Status: Assigned
Priority: Normal
Assignee: nagachika (Tomoyuki C.)
Category:
Target version:

In r39814, I fixed a bug of C++ compiler selection for OS X.
Before the revision, If users use clang, configure select g++ for CXX.
So the users cannot build extension libraries if the compiler options
they uses for clang are not compatible to g++.