remove option --disable-kqemu, it no longer exists

This commit is contained in:
Roman Frołow 2009-10-26 23:09:01 +01:00 committed by Daniel Mierswa
parent 05ecc630de
commit 348acee1c4

View file

@ -72,7 +72,6 @@ qemu_src_configure ()
--cc="$(tc-getCC)" \ --cc="$(tc-getCC)" \
--extra-cflags="$CFLAGS" \ --extra-cflags="$CFLAGS" \
--extra-ldflags="$LDFLAGS" \ --extra-ldflags="$LDFLAGS" \
--disable-kqemu \
--disable-strip \ --disable-strip \
--audio-drv-list="$(echo ${audio_drv[@]} | tr ' ' ',')" \ --audio-drv-list="$(echo ${audio_drv[@]} | tr ' ' ',')" \
${myconf[@]} \ ${myconf[@]} \