aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mjpegtools.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mjpegtools.rb')
-rw-r--r--Library/Formula/mjpegtools.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mjpegtools.rb b/Library/Formula/mjpegtools.rb
index a761742bb..22d4dfcaa 100644
--- a/Library/Formula/mjpegtools.rb
+++ b/Library/Formula/mjpegtools.rb
@@ -27,7 +27,7 @@ class Mjpegtools < Formula
args = ["--disable-dependency-tracking",
"--enable-simd-accel",
"--prefix=#{prefix}"]
- args << "--without-x" if ARGV.flag? "--without-x"
+ args << "--without-x" if ARGV.include? "--without-x"
system "./configure", *args
system "make install"