From 2c57f59172c45a3ca52dbddfb3f12c1bc70cbfd6 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 29 Dec 2010 16:45:13 +0000 Subject: http: remove unnecessary dir_config statement We do not link against any external libraries --- ext/unicorn_http/extconf.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/ext/unicorn_http/extconf.rb b/ext/unicorn_http/extconf.rb index fabe507..a2c8442 100644 --- a/ext/unicorn_http/extconf.rb +++ b/ext/unicorn_http/extconf.rb @@ -1,8 +1,6 @@ # -*- encoding: binary -*- require 'mkmf' -dir_config("unicorn_http") - have_macro("SIZEOF_OFF_T", "ruby.h") or check_sizeof("off_t", "sys/types.h") have_macro("SIZEOF_LONG", "ruby.h") or check_sizeof("long", "sys/types.h") have_func("rb_str_set_len", "ruby.h") -- cgit v1.2.3-24-ge0c7