summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini2020-11-20 11:19:38 +0100
committerPaolo Bonzini2021-01-02 21:03:37 +0100
commitfd6fc2141cf1df92902cafc5a8ad5e6b106d6903 (patch)
tree2b75370bef93c81dcfa0a90802ab5b956fa29ab0 /configure
parentconfigure: remove variable bogus_os (diff)
downloadqemu-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-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index c5460e83c0..c84f5b71a4 100755
--- a/configure
+++ b/configure
@@ -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"