summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2020-10-15 03:20:45 -0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-10-17 10:45:42 -0400
commit6ebd89cf9ca3f5a6948542c4522b9380b1e9539f (patch)
tree07af190d984894de7b22cfa7e91295c0fed78252 /configure
parent3e40748834923798aa57e3751db13a069e2c617b (diff)
submodules: bump meson to 0.55.3
This adds some bugfixes, and allows MSYS2 to configure without "--ninja=ninja". Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f839c2a557..df412c4b62 100755
--- a/configure
+++ b/configure
@@ -1866,7 +1866,7 @@ python_version=$($python -c 'import sys; print("%d.%d.%d" % (sys.version_info[0]
python="$python -B"
if test -z "$meson"; then
- if test "$explicit_python" = no && has meson && version_ge "$(meson --version)" 0.55.1; then
+ if test "$explicit_python" = no && has meson && version_ge "$(meson --version)" 0.55.3; then
meson=meson
elif test -e "${source_path}/.git" && test $git_update = 'yes' ; then
meson=git