Skip to content

Commit

Permalink
ecl: remove redundant configure option
Browse files Browse the repository at this point in the history
Already defaults to YES

Closes #4314.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
  • Loading branch information
dunn committed Aug 29, 2016
1 parent 1a5ac7b commit bc61291
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Formula/ecl.rb
Expand Up @@ -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"
Expand Down

0 comments on commit bc61291

Please sign in to comment.