vcdimager: remove ENV.libxml2 no-op.

This commit is contained in:
Mike McQuaid 2016-12-19 17:35:30 +00:00
parent 65350eb595
commit 950d3097b9

View file

@ -18,8 +18,6 @@ class Vcdimager < Formula
depends_on "popt"
def install
ENV.libxml2
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--mandir=#{man}"
system "make", "install"