From 64a189d207cd000882eeca90cfe316f830570879 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 22 Jun 2018 04:13:02 +0000 Subject: remove DISABLE_RUBYGEMS from config files * configure.ac: removed DISABLE_RUBYGEMS macro from config.h, not to rebuild everything when the flag changed. * configure.ac, win32/configure.bat: make USE_RUBYGEMS lowercase. * tool/mkconfig.rb: remove RUBYGEMS stuff from rbconfig.rb, not to reconfigure and rebuild all extension libraries. * Makefile.in (CPPFLAGS): enable/disable Rubygems by USE_RUBYGEMS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/mkconfig.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool/mkconfig.rb') diff --git a/tool/mkconfig.rb b/tool/mkconfig.rb index 266b1f8000..2a3af97bc5 100755 --- a/tool/mkconfig.rb +++ b/tool/mkconfig.rb @@ -70,6 +70,7 @@ File.foreach "config.status" do |line| when /^arch$/; if val.empty? then val = arch else arch = val end when /^sitearch$/; val = '$(arch)' if val.empty? when /^DESTDIR$/; next + when /RUBYGEMS/; next end case val when /^\$\(ac_\w+\)$/; next -- cgit v1.2.1