From c4c4554c3ceef9208fe7f8473b970e9f522ab9b9 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 22 Feb 2011 15:41:22 -0800 Subject: extconf: remove unnecessary dir_config statement It's all standard C library stuff. --- ext/posix_mq/extconf.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ext') diff --git a/ext/posix_mq/extconf.rb b/ext/posix_mq/extconf.rb index 0454c71..ed119a3 100644 --- a/ext/posix_mq/extconf.rb +++ b/ext/posix_mq/extconf.rb @@ -10,5 +10,4 @@ have_func('rb_thread_blocking_region') have_library("m") have_library("rt") have_library("pthread") -dir_config("posix_mq") create_makefile("posix_mq_ext") -- cgit v1.2.3-24-ge0c7