Skip to content

Commit

Permalink
libvirt: typo in --without-python option
Browse files Browse the repository at this point in the history
  • Loading branch information
samueljohn committed Jun 12, 2013
1 parent 8213c54 commit f095e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/libvirt.rb
Expand Up @@ -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

Expand Down

0 comments on commit f095e5c

Please sign in to comment.