about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-22 15:41:22 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-22 15:41:36 -0800
commitc4c4554c3ceef9208fe7f8473b970e9f522ab9b9 (patch)
treed58cb6c0601a54e93e15bd3e40f0910b8a6e560d
parent5f1578c0d17b05f5158e467bd3abf18565fe1b4b (diff)
downloadruby_posix_mq-c4c4554c3ceef9208fe7f8473b970e9f522ab9b9.tar.gz
It's all standard C library stuff.
-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")