aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorSamuel John2013-06-12 18:23:53 +0200
committerSamuel John2013-06-12 18:23:53 +0200
commitaf00318f0ecb3c8dc5c9cda65cda0e9b983d99db (patch)
tree0526b867fac77af433d39e09eeb39d8f32d6fb3c /Library
parentc2462e6e9f4f37b8f959fed6656cd215f76bbdf9 (diff)
downloadhomebrew-af00318f0ecb3c8dc5c9cda65cda0e9b983d99db.tar.bz2
libvirt: typo in --without-python option
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libvirt.rb2
1 files changed, 1 insertions, 1 deletions
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