commit | ac7ebcc589757af7de0a7cba68126a80224fb989 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Nov 05 10:07:37 2021 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Nov 08 12:19:55 2021 +0100 |
tree | cc6fe0e110d4e1f3270c9cb4def06452d367d20f | |
parent | 4933436f6a13fb585d8b2e2f625bf52301e98f11 [diff] |
configure: simplify calls to meson_quote meson_quote assumes a non-empty argument list, and incorrectly returns a one-entry array if passed nothing. Move the check for an empty argument list from the invocations to the function itself. Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>