summaryrefslogtreecommitdiff
path: root/ruby_1_9_3/ext/json/parser/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_9_3/ext/json/parser/extconf.rb')
-rw-r--r--ruby_1_9_3/ext/json/parser/extconf.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/ruby_1_9_3/ext/json/parser/extconf.rb b/ruby_1_9_3/ext/json/parser/extconf.rb
deleted file mode 100644
index 4a10dd2ed6..0000000000
--- a/ruby_1_9_3/ext/json/parser/extconf.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-require 'mkmf'
-require 'rbconfig'
-
-if RUBY_VERSION < "1.9"
- have_header("re.h")
-else
- have_header("ruby/re.h")
- have_header("ruby/encoding.h")
-end
-create_makefile 'json/ext/parser'