diff options
author | Valentin Bartenev <vbart@nginx.com> | 2020-08-09 01:00:44 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2020-08-09 01:00:44 +0300 |
commit | 7e1d800f08f365dd3be7cd614d0fac01ca16ad28 (patch) | |
tree | 6feca8172ef260603bdb20687e97984586511532 /auto | |
parent | 0d7a6885a32e01a1d6986f9b77a57f101cd3e8d9 (diff) | |
download | unit-7e1d800f08f365dd3be7cd614d0fac01ca16ad28.tar.gz unit-7e1d800f08f365dd3be7cd614d0fac01ca16ad28.tar.bz2 |
Ruby: removed unused variable from ./configure script.
Diffstat (limited to 'auto')
-rw-r--r-- | auto/modules/ruby | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/auto/modules/ruby b/auto/modules/ruby index f5384f98..7c3f8328 100644 --- a/auto/modules/ruby +++ b/auto/modules/ruby @@ -58,7 +58,6 @@ if /bin/sh -c "$NXT_RUBY -v" >> $NXT_AUTOCONF_ERR 2>&1; then NXT_RUBY_RUBYHDRDIR=`$NXT_RUBY -r rbconfig -e 'printf("%s",RbConfig::CONFIG["rubyhdrdir"])'` NXT_RUBY_ARCHHDRDIR=`$NXT_RUBY -r rbconfig -e 'printf("%s",RbConfig::CONFIG["rubyarchhdrdir"])'` - NXT_RUBY_SITEARCHDIR=`$NXT_RUBY -r rbconfig -e 'printf("%s",RbConfig::CONFIG["sitearchhdrdir"])'` NXT_RUBY_SITEDIR=`$NXT_RUBY -r rbconfig -e 'printf("%s",RbConfig::CONFIG["sitedir"])'` NXT_RUBY_LIBDIR=`$NXT_RUBY -r rbconfig -e 'printf("%s",RbConfig::CONFIG["rubylibdir"])'` NXT_RUBY_TOPDIR=`$NXT_RUBY -r rbconfig -e 'printf("%s",RbConfig::CONFIG["topdir"])'` |