icecream: fix configure args typo

Closes Homebrew/homebrew#37022.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Geoff Nixon 2015-02-21 02:16:37 -08:00 committed by Tim D. Smith
parent 76325b2ada
commit 981a5b47f7

View file

@ -54,7 +54,7 @@ class Icecream < Formula
"--prefix=#{prefix}"
args << "--without-man" if build.without? "docbook2X"
args << "--enable-clang-wrappers" if build.with? "clang-wrappers"
args << "--enavle-clang-write-includes" if build.with? "clang-rewrite-includes"
args << "--enable-clang-write-includes" if build.with? "clang-rewrite-includes"
system "./autogen.sh"
system "./configure", *args
system "make", "install"