From c18618480975b74fde3f42a4673902f8df8a37df Mon Sep 17 00:00:00 2001 From: oldmoe Date: Wed, 10 Sep 2008 22:42:11 +0200 Subject: [PATCH] extconf fix --- ext/extconf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/extconf.rb b/ext/extconf.rb index 20252cc..d14738e 100644 --- a/ext/extconf.rb +++ b/ext/extconf.rb @@ -32,7 +32,7 @@ else end if have_func('rb_thread_blocking_region') and have_macro('RB_UBF_DFL', 'ruby.h') - flags << "-DHAVE_TBR" + cflags << "-DHAVE_TBR" end # make mysql constant