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.ben...@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.hender...@linaro.org>
r~