mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* mkconfig.rb: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4e7c81084e
commit
75fbd377c4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ File.foreach "config.status" do |line|
|
|||
v_others << v
|
||||
end
|
||||
has_version = true if name == "MAJOR"
|
||||
elsif /^(?:ac_given_)srcdir=(.*)/ =~ line
|
||||
elsif /^(?:ac_given_)?srcdir=(.*)/ =~ line
|
||||
v_fast << " CONFIG[\"srcdir\"] = \"" + File.expand_path($1) + "\"\n"
|
||||
has_srcdir = true
|
||||
elsif /^ac_given_INSTALL=(.*)/ =~ line
|
||||
|
|
Loading…
Add table
Reference in a new issue