Sophie

Sophie

distrib > Mageia > cauldron > i586 > by-pkgid > f60802ee62960123ec42b6c7068ca102 > files > 6

clearsilver-0.10.5-31.mga9.src.rpm

--- a/ruby/install.rb
+++ b/ruby/install.rb
@@ -45,7 +45,7 @@
 
 class ConfigTable
 
-  c = ::Config::CONFIG
+  c = ::RbConfig::CONFIG
 
   rubypath = c['bindir'] + '/' + c['ruby_install_name']
 
@@ -695,7 +695,7 @@
         "no extention exists: Have you done 'ruby #{$0} setup' ?"
   end
 
-  DLEXT = /\.#{ ::Config::CONFIG['DLEXT'] }\z/
+  DLEXT = /\.#{ ::RbConfig::CONFIG['DLEXT'] }\z/
 
   def _allext( dir )
     Dir.open( dir ) {|d|