ecl: remove redundant configure option
Already defaults to YES Closes #4314. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
1a5ac7b9f9
commit
bc6129104c
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ class Ecl < Formula
|
|||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--enable-unicode=yes",
|
||||
"--enable-threads=yes",
|
||||
"--with-system-gmp=yes"
|
||||
system "make"
|
||||
|
|
Loading…
Reference in a new issue