ekg2: fix building configure args

Fixes Homebrew/homebrew#19746.
master
Misty De Meo 2013-05-14 12:23:10 -05:00
parent 5b928b9d17
commit 88676e29f4
1 changed files with 1 additions and 1 deletions

View File

@ -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"