qemu: fix typo resulting in broken build when disabling Jack
This commit is contained in:
parent
41c96a6bbe
commit
2fd366dec4
@ -69,7 +69,7 @@ do_configure() {
|
||||
want_sdl="--enable-sdl"
|
||||
audio_sdl=",sdl"
|
||||
fi
|
||||
if [ $"build_option_jack" ]; then
|
||||
if [ "$build_option_jack" ]; then
|
||||
audio_jack=",jack"
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user