]> git.ipfire.org Git - thirdparty/qemu.git/blobdiff - configure
configure: quote -D options that are passed through to meson
[thirdparty/qemu.git] / configure
index 1dca3d94c0473144aeff10df59f3a7a804472eca..330664786dc20d5fcdfaa293f99791aff200816f 100755 (executable)
--- a/configure
+++ b/configure
@@ -762,7 +762,7 @@ for opt do
   --*) meson_option_parse "$opt" "$optarg"
   ;;
   # Pass through -Dxxxx options to meson
-  -D*) meson_options="$meson_options $opt"
+  -D*) meson_option_add "$opt"
   ;;
   esac
 done