bleskodev / rubyripper

Fork of the original rubyripper from code.google.com/p/rubyripper + some bugs fixes
125 stars 21 forks source link

configure: Make update_mo depend on LANG_SUPPORT #612

Closed Warepire closed 6 years ago

Warepire commented 6 years ago

Resolves:

Could not import gettext; skip language support...
Traceback (most recent call last):
    3: from configure:124:in `<main>'
    2: from configure:124:in `each'
    1: from configure:138:in `block in <main>'
configure:109:in `update_mo': uninitialized constant GetText::Tools::Task (NameError)

Which appears if ruby-gettext (or some of its deps) are not installed.

bleskodev commented 6 years ago

Hi, this looks reasonable. Thanks for taking time and fixing this!