Skip to content

Commit fd6fc21

Browse files
committed
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 <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Signed-off-by: Paolo Bonzini <[email protected]>
1 parent 975ff03 commit fd6fc21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,8 @@ for opt do
10821082
;;
10831083
--disable-slirp) slirp="disabled"
10841084
;;
1085+
--enable-slirp) slirp="enabled"
1086+
;;
10851087
--enable-slirp=git) slirp="internal"
10861088
;;
10871089
--enable-slirp=system) slirp="system"

0 commit comments

Comments
 (0)