Skip to content

Commit 53c3b83

Browse files
committed
add missing semicolon to fix configure on darwin
1 parent 382fc45 commit 53c3b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ then
636636
# check that gcc, cc and g++ all point to the same compiler.
637637
# note that for xcode 5, g++ points to clang, not clang++
638638
if !((chk_cc gcc clang && chk_cc g++ clang) ||
639-
(chk_cc gcc gcc &&( chk_cc g++ g++ || chk g++ gcc))) then
639+
(chk_cc gcc gcc &&( chk_cc g++ g++ || chk g++ gcc))); then
640640
err "the gcc and g++ in your path point to different compilers.
641641
Check which versions are in your path with gcc --version and g++ --version.
642642
To resolve this problem, either fix your PATH or run configure with --enable-clang"

0 commit comments

Comments
 (0)