diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-02 21:17:37 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-02 21:17:37 +0000 |
commit | 76d595782db9b994ca36bfa36b6e5cfca66296b6 (patch) | |
tree | 57d24147d74488f324496d09ce755b7188ff6576 /lib | |
parent | 40100089417385182bbefa7319e286f83c19e391 (diff) | |
download | ruby-76d595782db9b994ca36bfa36b6e5cfca66296b6.tar.gz ruby-76d595782db9b994ca36bfa36b6e5cfca66296b6.tar.xz ruby-76d595782db9b994ca36bfa36b6e5cfca66296b6.zip |
* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mkmf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mkmf.rb b/lib/mkmf.rb index 1a3436490..7e2054599 100644 --- a/lib/mkmf.rb +++ b/lib/mkmf.rb @@ -130,7 +130,7 @@ elsif File.exist?(($hdrdir = ($top_srcdir ||= topdir) + "/include") + "/ruby.h" $topdir ||= RbConfig::CONFIG["topdir"] $arch_hdrdir = "$(extout)/include/$(arch)" else - abort "can't find header files for ruby." + abort "mkmf.rb can't find header files for ruby at #{$hdrdir}/ruby.h" end OUTFLAG = CONFIG['OUTFLAG'] |