Skip to content

Commit e02e26a

Browse files
committed
Improve message
1 parent 5777afe commit e02e26a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/extpp/compiler.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def check_cxx
5555
def check_version
5656
return unless gcc?
5757

58-
checking_for(checking_message("g++ version"), "%g%s") do
58+
checking_for(checking_message("C++ compiler version"), "%g%s") do
5959
version = 0.0
6060
std = nil
6161

0 commit comments

Comments
 (0)