about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-12-29 16:45:13 +0000
committerEric Wong <normalperson@yhbt.net>2010-12-29 16:45:13 +0000
commit2c57f59172c45a3ca52dbddfb3f12c1bc70cbfd6 (patch)
treee3faf70d998f265abf97817206eb96dd3d16102f
parent2eb2c74aeb0da1d3f6f575ff8e05715e8c5ed85e (diff)
downloadunicorn-2c57f59172c45a3ca52dbddfb3f12c1bc70cbfd6.tar.gz
We do not link against any external libraries
-rw-r--r--ext/unicorn_http/extconf.rb2
1 files changed, 0 insertions, 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")