Skip to content

Commit

Permalink
Fix obsolete ruby expression. Only used on pleiades system.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Smyth authored and Mike Smyth committed Jan 11, 2022
1 parent f0b75d4 commit dbf43e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -29593,7 +29593,7 @@ if test "${with_python_module+set}" = set; then :
build_six=yes
build_ply=yes
build_ruport=yes
rubygemdir='${prefix}'`${RUBY} -rrbconfig -rrubygems -e 'print Gem.dir.sub(Config::CONFIG.fetch(%q(prefix)), %q())'`
rubygemdir='${prefix}'`${RUBY} -rrbconfig -rrubygems -e 'print Gem.dir.sub(RbConfig::CONFIG.fetch(%q(prefix)), %q())'`

else
build_nose=no
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ AC_ARG_WITH([python-module],
build_six=yes
build_ply=yes
build_ruport=yes
rubygemdir='${prefix}'`${RUBY} -rrbconfig -rrubygems -e 'print Gem.dir.sub(Config::CONFIG.fetch(%q(prefix)), %q())'`
rubygemdir='${prefix}'`${RUBY} -rrbconfig -rrubygems -e 'print Gem.dir.sub(RbConfig::CONFIG.fetch(%q(prefix)), %q())'`
],
[build_nose=no
build_h5py=no
Expand Down

0 comments on commit dbf43e4

Please sign in to comment.