From f095e5cab06445da6eaf044ec13ba025055b29d5 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Wed, 12 Jun 2013 18:23:53 +0200 Subject: [PATCH] libvirt: typo in --without-python option --- Formula/libvirt.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/libvirt.rb b/Formula/libvirt.rb index 1008bcfe8d9c4..09b432fcc1aca 100644 --- a/Formula/libvirt.rb +++ b/Formula/libvirt.rb @@ -39,7 +39,7 @@ def install "--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