about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-27 11:36:33 -0700
committerEric Wong <normalperson@yhbt.net>2011-04-27 11:36:33 -0700
commitb39448e121f8f060c274ee1ee3c473f7b20d92e1 (patch)
treed2c4e44f47fc1f6a75a85ff0d9766fbf62424212
parent73b61c10c0085ee4a26a321375938bce16fb8a6d (diff)
downloadruby_io_splice-b39448e121f8f060c274ee1ee3c473f7b20d92e1.tar.gz
I didn't know mkmf at the time :<
-rw-r--r--ext/io_splice/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/io_splice/extconf.rb b/ext/io_splice/extconf.rb
index 7729128..27127c8 100644
--- a/ext/io_splice/extconf.rb
+++ b/ext/io_splice/extconf.rb
@@ -7,5 +7,4 @@ have_func('rb_thread_blocking_region')
 have_macro('F_GETPIPE_SZ', %w(fcntl.h))
 have_macro('F_SETPIPE_SZ', %w(fcntl.h))
 
-dir_config('io_splice')
 create_makefile('io_splice_ext')