zeromq: fix build.include? usage

This commit is contained in:
Adam Vandenberg 2012-08-25 09:37:21 -07:00
parent 3be7999041
commit 0260558b82

View file

@ -1,7 +1,7 @@
require 'formula'
def pgm_flags
return build.include? '--with-pgm' ? '--with-system-pgm' : ''
build.include? 'with-pgm' ? '--with-system-pgm' : ''
end
class Zeromq < Formula