diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ekg2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
