qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] configure: quote -D options that are passed to meson


From: Thomas Huth
Subject: Re: [PATCH] configure: quote -D options that are passed to meson
Date: Tue, 7 May 2024 13:23:49 +0200
User-agent: Mozilla Thunderbird

On 07/05/2024 12.49, Paolo Bonzini wrote:
Ensure that they go through unmodified, instead of removing one layer
of quoting.

Cc: qemu-stable@nongnu.org
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
  configure | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index bd85377a6ae..10fbe10ad9c 100755
--- a/configure
+++ b/configure
@@ -764,7 +764,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

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]