We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382fc45 commit 53c3b83Copy full SHA for 53c3b83
configure
@@ -636,7 +636,7 @@ then
636
# check that gcc, cc and g++ all point to the same compiler.
637
# note that for xcode 5, g++ points to clang, not clang++
638
if !((chk_cc gcc clang && chk_cc g++ clang) ||
639
- (chk_cc gcc gcc &&( chk_cc g++ g++ || chk g++ gcc))) then
+ (chk_cc gcc gcc &&( chk_cc g++ g++ || chk g++ gcc))); then
640
err "the gcc and g++ in your path point to different compilers.
641
Check which versions are in your path with gcc --version and g++ --version.
642
To resolve this problem, either fix your PATH or run configure with --enable-clang"
0 commit comments