lib/rconf/configurators/build_configurator.rb in rconf-0.8.3 vs lib/rconf/configurators/build_configurator.rb in rconf-0.8.4

- old
+ new

@@ -27,9 +27,19 @@ :configure_opts => 'Hash of options to be given to the configure script. ' + 'The keys are the platform families (:darwin, :linux or :windows)' validate_has_settings :path + # No way to check, return false + # + # === Return + # false:: Always return false + def check_linux + false + end + alias :check_darwin :check_linux + alias :check_windows :check_linux + # Run command line # # === Return # true:: Always return true def run_linux