about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-04-13 07:43:05 +0000
committerEric Wong <normalperson@yhbt.net>2011-04-13 07:43:05 +0000
commit30ece1c7cc66b2fc816b1361e498ca0d4a554a78 (patch)
tree9dfd82ac67fc321eeaa9eaece492aeb65d9d1a6d
parentcabbc6ce06487619431af102378aefa08d55f9f1 (diff)
downloadunicorn-30ece1c7cc66b2fc816b1361e498ca0d4a554a78.tar.gz
"Config" is deprecated and warns under 1.9.3dev
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index cf1fda1..c0016ef 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -15,7 +15,7 @@ GIT-VERSION-FILE: .FORCE-GIT-VERSION-FILE
 -include local.mk
 ruby_bin := $(shell which $(RUBY))
 ifeq ($(DLEXT),) # "so" for Linux
-  DLEXT := $(shell $(RUBY) -rrbconfig -e 'puts Config::CONFIG["DLEXT"]')
+  DLEXT := $(shell $(RUBY) -rrbconfig -e 'puts RbConfig::CONFIG["DLEXT"]')
 endif
 ifeq ($(RUBY_VERSION),)
   RUBY_VERSION := $(shell $(RUBY) -e 'puts RUBY_VERSION')