From 020dc4ba60cbd753ac92a67a1c42776499e59fc7 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 11 Feb 2011 03:03:26 +0000 Subject: * configure.in (rubygems): add --disable-rubygems option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'win32/Makefile.sub') diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 2a25ccc74d..766f934081 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -276,6 +276,12 @@ XRUBY = $(RUNRUBY) !ifndef RUBY RUBY = ruby !endif +!if "$(USE_RUBYGEMS)" == "NO" +DEFAULT_PRELUDES = $(NO_GEM_PRELUDE) +!else +DEFAULT_PRELUDES = $(YES_GEM_PRELUDE) +!endif + MAKEDIRS = $(MINIRUBY) -run -e mkdir -- -p !if !defined(STACK) -- cgit v1.2.3