From: Paolo Bonzini Date: Fri, 13 May 2022 09:37:57 +0000 (+0200) Subject: configure: remove duplicate help messages X-Git-Tag: v7.1.0-rc0~99^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eccdb9eb84615291faef1257d5779ebfef7a0d0;p=thirdparty%2Fqemu.git configure: remove duplicate help messages These messages are already emitted by scripts/meson-parse-buildoptions.sh. Signed-off-by: Paolo Bonzini --- diff --git a/configure b/configure index dda25f05bfb..0cc8c876f79 100755 --- a/configure +++ b/configure @@ -1043,10 +1043,6 @@ Advanced options (experts only): --enable-tsan enable thread sanitizer --disable-werror disable compilation abort on warning --disable-stack-protector disable compiler-provided stack protection - --audio-drv-list=LIST set audio drivers to try if -audiodev is not used - --block-drv-whitelist=L Same as --block-drv-rw-whitelist=L - --with-trace-file=NAME Full PATH,NAME of file to store traces - Default:trace- --cpu=CPU Build for host CPU [$cpu] --with-coroutine=BACKEND coroutine backend. Supported options: ucontext, sigaltstack, windows