From bc6129104c41b83316eeb105588b7166a68e1fd6 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Sun, 28 Aug 2016 21:08:02 -0700 Subject: [PATCH] ecl: remove redundant configure option Already defaults to YES Closes #4314. Signed-off-by: Alex Dunn --- Formula/ecl.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/ecl.rb b/Formula/ecl.rb index 1ed37070d0..0f7a48f9bf 100644 --- a/Formula/ecl.rb +++ b/Formula/ecl.rb @@ -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"