imagemagick: remove stale configure flag

Closes Homebrew/homebrew#21088.
This commit is contained in:
Jack Nagel 2013-07-09 14:38:16 -05:00
parent fe62822d32
commit 678862be9d

View file

@ -64,7 +64,6 @@ class Imagemagick < Formula
"--enable-shared",
"--disable-static",
"--without-pango",
"--with-included-ltdl",
"--with-modules"]
args << "--disable-openmp" unless build.include? 'enable-openmp'