From 30ece1c7cc66b2fc816b1361e498ca0d4a554a78 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 13 Apr 2011 07:43:05 +0000 Subject: GNUmakefile: s/Config/RbConfig/ "Config" is deprecated and warns under 1.9.3dev --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') -- cgit v1.2.3-24-ge0c7