From 11216551cdd2a2492cd1d58e5ea9b3ba4e63cba0 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Tue, 6 Apr 2010 15:32:36 -0700 Subject: [PATCH] typo --- ext/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/extconf.rb b/ext/extconf.rb index 7006c66..f3a401e 100644 --- a/ext/extconf.rb +++ b/ext/extconf.rb @@ -4,7 +4,7 @@ require 'mkmf' dir_config('mysql') if !have_header('mysql.h') && !have_header('mysql/mysql.h') - raise 'MySQL headers not found, maybe try manually specifying --with-mysql=/path/to/mysql/installation' + raise 'MySQL headers not found, maybe try manually specifying --with-mysql-dir=/path/to/mysql/installation' end $CFLAGS << ' -Wall -Wextra -funroll-loops'