This commit is contained in:
Brian Lopez 2010-04-06 15:32:36 -07:00
parent db454d3f15
commit 11216551cd
1 changed files with 1 additions and 1 deletions

View File

@ -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'