qemu: fix typo resulting in broken build when disabling Jack

This commit is contained in:
a dinosaur 2021-11-05 05:45:22 +11:00 committed by Leah Neukirchen
parent 41c96a6bbe
commit 2fd366dec4

View File

@ -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