From: Paolo Bonzini Date: Thu, 7 Oct 2021 13:06:07 +0000 (+0200) Subject: configure: remove --oss-lib X-Git-Tag: v6.2.0-rc0~55^2~25 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=381123ddae754b68d55cd872e719a2ba69fe7f4a;p=thirdparty%2Fqemu.git configure: remove --oss-lib OSS is a kernel API, so the option should not be needed. The library is used on NetBSD, where OSS is emulated, so keep the variable. Cc: Gerd Hoffman Cc: Volker RĂ¼melin Reviewed-by: Marc-AndrĂ© Lureau Reviewed-by: Thomas Huth Message-Id: <20211007130630.632028-2-pbonzini@redhat.com> Signed-off-by: Paolo Bonzini --- diff --git a/configure b/configure index e2750810e2b..c280c0e4b5e 100755 --- a/configure +++ b/configure @@ -1007,8 +1007,6 @@ for opt do ;; --enable-gettext) gettext="enabled" ;; - --oss-lib=*) oss_lib="$optarg" - ;; --audio-drv-list=*) audio_drv_list="$optarg" ;; --block-drv-rw-whitelist=*|--block-drv-whitelist=*) block_drv_rw_whitelist=$(echo "$optarg" | sed -e 's/,/ /g') @@ -1817,7 +1815,6 @@ Advanced options (experts only): --disable-slirp disable SLIRP userspace network connectivity --enable-tcg-interpreter enable TCI (TCG with bytecode interpreter, experimental and slow) --enable-malloc-trim enable libc malloc_trim() for memory optimization - --oss-lib path to OSS library --cpu=CPU Build for host CPU [$cpu] --with-coroutine=BACKEND coroutine backend. Supported options: ucontext, sigaltstack, windows