From f9142b98858d1131698bac1ac9cde542ae517eda Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Tue, 30 Mar 2010 08:46:59 -0700 Subject: [PATCH] fix typo --- extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extconf.rb b/extconf.rb index f7de848..9ee2a39 100644 --- a/extconf.rb +++ b/extconf.rb @@ -15,5 +15,5 @@ if have_library('mysqlclient') create_makefile('mysql_duce_ext') else - puts 'libmysql not found, maybe try manually specifying --with-mysql-dir to find it?' + puts 'libmysql not found, maybe try manually specifying --with-mysql-lib to find it?' end \ No newline at end of file