From ac4078c6dfe131954e124737f40073063f29b671 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 14 May 2013 12:23:10 -0500 Subject: ekg2: fix building configure args Fixes #19746. --- Library/Formula/ekg2.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/ekg2.rb b/Library/Formula/ekg2.rb index 6d0091b36..12e8dd20e 100644 --- a/Library/Formula/ekg2.rb +++ b/Library/Formula/ekg2.rb @@ -20,7 +20,7 @@ class Ekg2 < Formula "--without-gtk", "--enable-unicode"] - args << build.with?("libgadu") ? "--with-libgadu" : "--without-libgadu" + args << (build.with?("libgadu") ? "--with-libgadu" : "--without-libgadu") system "./configure", *args system "make install" -- cgit v1.2.3