diff options
author | Paolo Bonzini | 2020-11-20 11:19:38 +0100 |
---|---|---|
committer | Paolo Bonzini | 2021-01-02 21:03:37 +0100 |
commit | fd6fc2141cf1df92902cafc5a8ad5e6b106d6903 (patch) | |
tree | 2b75370bef93c81dcfa0a90802ab5b956fa29ab0 /configure | |
parent | configure: remove variable bogus_os (diff) | |
download | qemu-fd6fc2141cf1df92902cafc5a8ad5e6b106d6903.tar.gz qemu-fd6fc2141cf1df92902cafc5a8ad5e6b106d6903.tar.xz qemu-fd6fc2141cf1df92902cafc5a8ad5e6b106d6903.zip |
configure: accept --enable-slirp
Meson understands -Dslirp=enabled, so there is no reason not to
accept the configure option as well.
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1082,6 +1082,8 @@ for opt do ;; --disable-slirp) slirp="disabled" ;; + --enable-slirp) slirp="enabled" + ;; --enable-slirp=git) slirp="internal" ;; --enable-slirp=system) slirp="system" |