diff options
author | Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe> | 2008-01-02 05:40:43 -0600 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-07 11:30:10 +0200 |
commit | b6df6c9e76173b8fa6e456e27be7ca1d615fd407 (patch) | |
tree | 5d7b28d55ec5d46259ff19c920857b20c662abac /configure | |
parent | 0e049584d975fb1e7fc407425971cdbcaa4dca34 (diff) |
kvm: configure: use kvm's configure usage for unknown options
Prevent qemu's configure usage to be printed if an invalid option is
passed to it, allowing kvm's configure to trap those errors and print
the usage instead
Signed-off-by: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -116,7 +116,7 @@ fi ${qemu_cc:+"--cc=$qemu_cc"} \ ${cross_prefix:+"--cross-prefix=$cross_prefix"} \ ${cross_prefix:+"--cpu=$arch"} $qemu_opts -) +) || usage cat <<EOF > config.mak |