From fb38c688b3f89069f4f8470a0a873558d6e3ee7a Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Sat, 26 Oct 2013 12:35:41 +1300 Subject: [PATCH] maint: fix a syntax-check violation from commit 12641bd. * build-aux/ltmain.in (func_mode_link): Reverse test operands to forestall misinterpretation of contests of shell variable as operand 1. Signed-off-by: Gary V. Vaughan --- build-aux/ltmain.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/ltmain.in b/build-aux/ltmain.in index 58b443cd4..fba05c156 100644 --- a/build-aux/ltmain.in +++ b/build-aux/ltmain.in @@ -6984,7 +6984,7 @@ func_mode_link () # Check to see if the archive will have undefined symbols. if test yes = "$allow_undefined"; then if test unsupported = "$allow_undefined_flag"; then - if test "$build_old_libs" = yes; then + if test yes = "$build_old_libs"; then func_warning "undefined symbols not allowed in $host shared libraries; building static only" build_libtool_libs=no else -- 2.47.3