diff options
| author | Geoff Nixon | 2015-02-21 02:16:37 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2015-02-21 10:26:08 -0800 |
| commit | 77c6e1b5ec8e3b7e1b914fd5e4f2d10db7273ef7 (patch) | |
| tree | adf1d77c0a9be690371a2e5f354ff7aca6261092 /Library/Formula | |
| parent | 4874876a3535bf1b73ad55adeb05e35407fb1b87 (diff) | |
| download | homebrew-77c6e1b5ec8e3b7e1b914fd5e4f2d10db7273ef7.tar.bz2 | |
icecream: fix configure args typo
Closes #37022.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/icecream.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/icecream.rb b/Library/Formula/icecream.rb index 25ce45548..53718e102 100644 --- a/Library/Formula/icecream.rb +++ b/Library/Formula/icecream.rb @@ -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" |
