Skip to content

Commit 7b7d7a0

Browse files
committed
Remove trailing whitespace
1 parent 777f1e8 commit 7b7d7a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configure

+5-5
Original file line numberDiff line numberDiff line change
@@ -560,10 +560,10 @@ then
560560
step_msg "on OS X 10.9, forcing use of clang"
561561
CFG_ENABLE_CLANG=1
562562
putvar CFG_ENABLE_CLANG
563-
else
564-
# on OS X, with xcode 5 and newer, certain developers may have
563+
else
564+
# on OS X, with xcode 5 and newer, certain developers may have
565565
# cc, gcc and g++ point to a mixture of clang and gcc
566-
# if so, this will create very strange build errors
566+
# if so, this will create very strange build errors
567567
# this last stanza is to detect some such problems and save the future rust
568568
# contributor some time solving that issue.
569569
# this detection could be generalized to other OSes aside from OS X
@@ -576,8 +576,8 @@ then
576576
# note that for xcode 5, g++ points to clang, not clang++
577577
if !((chk_cc gcc clang && chk_cc g++ clang) ||
578578
(chk_cc gcc gcc &&( chk_cc g++ g++ || chk g++ gcc))) then
579-
err "the gcc and g++ in your path point to different compilers.
580-
Check which versions are in your path with cc --version and g++ --version.
579+
err "the gcc and g++ in your path point to different compilers.
580+
Check which versions are in your path with cc --version and g++ --version.
581581
To resolve this problem, either fix your PATH or run configure with --enable-clang"
582582
fi
583583

0 commit comments

Comments
 (0)