imagemagick: remove stale configure flag

Closes Homebrew/homebrew#21088.
master
Jack Nagel 2013-07-09 14:38:16 -05:00
parent fe62822d32
commit 678862be9d
1 changed files with 0 additions and 1 deletions

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'