qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 30/40] configure: add an explicit static and plugins check


From: Richard Henderson
Subject: Re: [PATCH v3 30/40] configure: add an explicit static and plugins check
Date: Fri, 9 Jul 2021 08:06:10 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 7/9/21 7:29 AM, Alex Bennée wrote:
Moving this check earlier will make the later re-factor for enabling
by default a bit neater.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  configure | 8 ++++++--
  1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 7f906be68d..25daabd0ff 100755
--- a/configure
+++ b/configure
@@ -923,6 +923,7 @@ for opt do
    ;;
    --static)
      static="yes"
+    plugins="no"

This is wrong.  This means that

  --enable-plugins --static

will not error out.

With that line removed,
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>


r~



reply via email to

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