This commit is contained in:
Brian Lopez 2010-03-30 08:46:59 -07:00
parent a7d5c39086
commit f9142b9885

View File

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