about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-27 11:44:51 -0700
committerEric Wong <normalperson@yhbt.net>2011-04-27 11:47:24 -0700
commitf2a3998e0c0f63ad14acf5ccc0141fc6cdce24e3 (patch)
treecb9a10a352b1eab61d63a30df372b0f35c9cdb32
parent3033f2e8f178c0f150cfd3e2a070570154a27430 (diff)
downloadkgio-f2a3998e0c0f63ad14acf5ccc0141fc6cdce24e3.tar.gz
I didn't know this about mkmf at the time...
-rw-r--r--ext/kgio/extconf.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/kgio/extconf.rb b/ext/kgio/extconf.rb
index a0def1d..5beb247 100644
--- a/ext/kgio/extconf.rb
+++ b/ext/kgio/extconf.rb
@@ -30,5 +30,4 @@ have_func('rb_thread_blocking_region')
 have_func('rb_thread_io_blocking_region')
 have_func('rb_str_set_len')
 
-dir_config('kgio')
 create_makefile('kgio_ext')