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:
Alex Dunn 2016-08-28 21:08:02 -07:00
parent 1a5ac7b9f9
commit bc6129104c

View file

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