From b39448e121f8f060c274ee1ee3c473f7b20d92e1 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 27 Apr 2011 11:36:33 -0700 Subject: [PATCH] extconf: remove unnecessary dir_config statement I didn't know mkmf at the time :< --- ext/io_splice/extconf.rb | 1 - 1 file changed, 1 deletion(-) 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') -- 2.11.4.GIT