diff --git a/Formula/ecl.rb b/Formula/ecl.rb index 1ed37070d034b..0f7a48f9bf060 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"