summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index cfbac88d9b..1c05932a72 100755
--- a/configure
+++ b/configure
@@ -2015,7 +2015,7 @@ case "$meson" in
fi
meson="$python ${source_path}/meson/meson.py"
;;
- *) meson=$(command -v meson) ;;
+ *) meson=$(command -v "$meson") ;;
esac
# Probe for ninja (used for compdb)