mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
configure: ignore unknown --xyzdir options
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
0b24e75f85
commit
6bde81cb03
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -673,6 +673,8 @@ for opt do
|
||||||
;;
|
;;
|
||||||
--enable-vhost-net) vhost_net="yes"
|
--enable-vhost-net) vhost_net="yes"
|
||||||
;;
|
;;
|
||||||
|
--*dir)
|
||||||
|
;;
|
||||||
*) echo "ERROR: unknown option $opt"; show_help="yes"
|
*) echo "ERROR: unknown option $opt"; show_help="yes"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue