From 5339d9d693c794c0f20270d5726cb360e31dff30 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 24 Dec 2010 23:56:07 -0800 Subject: add Rubinius support Cleaner code, too, no more direct RSTRUCT usage. --- ext/posix_mq/extconf.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/posix_mq/extconf.rb') diff --git a/ext/posix_mq/extconf.rb b/ext/posix_mq/extconf.rb index d34288b..0454c71 100644 --- a/ext/posix_mq/extconf.rb +++ b/ext/posix_mq/extconf.rb @@ -6,7 +6,6 @@ have_header("mqueue.h") or abort "mqueue.h header missing" have_func("__mq_oshandle") have_header("pthread.h") have_func("rb_str_set_len") -have_func("rb_struct_alloc_noinit") have_func('rb_thread_blocking_region') have_library("m") have_library("rt") -- cgit v1.2.3-24-ge0c7