From 017490917c760fcf400aee7e33a16f6e99a2525e Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Mon, 11 Feb 2013 23:46:00 -0800 Subject: qemu: fix configure. Caused by #17754. Closes #17785. Signed-off-by: Mike McQuaid --- Library/Formula/qemu.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Formula/qemu.rb b/Library/Formula/qemu.rb index 6a7399723..4cf3b57ff 100644 --- a/Library/Formula/qemu.rb +++ b/Library/Formula/qemu.rb @@ -24,7 +24,7 @@ class Qemu < Formula --disable-bsd-user --disable-guest-agent ] - args << build.with?('sdl') ? '--enable-sdl' : '--disable-sdl' + args << (build.with?('sdl') ? '--enable-sdl' : '--disable-sdl') system "./configure", *args system "make install" end -- cgit v1.2.3