Merge pull request #2830 from hiroshiyui/mirb-termcap-compat

Remove the unused libterminfo detection code.
This commit is contained in:
Yukihiro "Matz" Matsumoto
2015-06-10 16:08:19 +09:00
-2
View File
@@ -10,8 +10,6 @@ MRuby::Gem::Specification.new('mruby-bin-mirb') do |spec|
if spec.build.cc.search_header_path 'termcap.h'
if MRUBY_BUILD_HOST_IS_CYGWIN then
spec.linker.libraries << 'ncurses'
elsif spec.linker.has_library('libterminfo') then
spec.linker.libraries << 'terminfo'
else
spec.linker.libraries << 'termcap'
end