Skip to content

Commit 796ef59

Browse files
committed
Minor verbiage updates to extconf.rb
1 parent 17066dc commit 796ef59

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

ext/mysql2/extconf.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33

44
def asplode lib
55
if RUBY_PLATFORM =~ /mingw|mswin/
6-
abort "-----\n#{lib} is missing. please check your installation of mysql and try again.\n-----"
6+
abort "-----\n#{lib} is missing. Check your installation of MySQL or Connector/C, and try again.\n-----"
77
elsif RUBY_PLATFORM =~ /darwin/
8-
abort "-----\n#{lib} is missing. Try 'brew install mysql', check your installation of mysql and try again.\n-----"
8+
abort "-----\n#{lib} is missing. You may need to 'brew install mysql' or 'port install mysql', and try again.\n-----"
99
else
10-
abort "-----\n#{lib} is missing. Try 'apt-get install libmysqlclient-dev' or
11-
'yum install mysql-devel', check your installation of mysql and try again.\n-----"
10+
abort "-----\n#{lib} is missing. You may need to 'apt-get install libmysqlclient-dev' or 'yum install mysql-devel', and try again.\n-----"
1211
end
1312
end
1413

0 commit comments

Comments
 (0)