From af00318f0ecb3c8dc5c9cda65cda0e9b983d99db Mon Sep 17 00:00:00 2001 From: Samuel John Date: Wed, 12 Jun 2013 18:23:53 +0200 Subject: libvirt: typo in --without-python option --- Library/Formula/libvirt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libvirt.rb b/Library/Formula/libvirt.rb index 1008bcfe8..09b432fcc 100644 --- a/Library/Formula/libvirt.rb +++ b/Library/Formula/libvirt.rb @@ -39,7 +39,7 @@ class Libvirt < Formula "--without-qemu"] args << "--without-libvirtd" if build.without? 'libvirtd' - args << "--without-python" if build.wihtout? 'python' + args << "--without-python" if build.without? 'python' system "./configure", *args -- cgit v1.2.3