about summary refs log tree commit homepage
path: root/projects/mongrel_experimental/ext/uri_classifier/extconf.rb
diff options
context:
space:
mode:
authorEvan Weaver <eweaver@twitter.com>2008-11-22 14:35:50 -0800
committerEvan Weaver <eweaver@twitter.com>2008-11-22 14:35:50 -0800
commitc13461fcfe883fb895c60fb1e613068514715ba3 (patch)
tree67f65d9544de3da3322aa65e5d276c5579f740dc /projects/mongrel_experimental/ext/uri_classifier/extconf.rb
parenta1e7f56ee59fdb025b59d6530b7ed72d0e67a5a2 (diff)
downloadunicorn-c13461fcfe883fb895c60fb1e613068514715ba3.tar.gz
Diffstat (limited to 'projects/mongrel_experimental/ext/uri_classifier/extconf.rb')
-rw-r--r--projects/mongrel_experimental/ext/uri_classifier/extconf.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/projects/mongrel_experimental/ext/uri_classifier/extconf.rb b/projects/mongrel_experimental/ext/uri_classifier/extconf.rb
deleted file mode 100644
index 06b1cd0..0000000
--- a/projects/mongrel_experimental/ext/uri_classifier/extconf.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-require 'mkmf'
-
-dir_config("uri_classifier")
-have_library("c", "main")
-create_makefile("uri_classifier")