lib/autobuild/packages/autotools.rb in autobuild-1.22.1 vs lib/autobuild/packages/autotools.rb in autobuild-1.23.0
- old
+ new
@@ -204,10 +204,11 @@
# This is an envvar entry. Ignore it if it is not
# explicitely given in configureflags
varname, = o.split("=").first
if (current_flag = testflags.find { |fl| fl =~ /^#{varname}=/ })
current_flag != o
- else false
+ else
+ false
end
end
end
new_opt = testflags.find { |o| !options.include?(o) }
if old_opt || new_opt