about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--ext/posix_mq/extconf.rb1
1 files changed, 0 insertions, 1 deletions
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")