From: Charles Wilson Date: Fri, 17 Sep 2010 02:53:47 +0000 (-0400) Subject: Fix sh.test failure introduced in 72064249 X-Git-Tag: v2.4~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254f5280e6cb6f69b17b581e0febbb73cd02b606;p=thirdparty%2Flibtool.git Fix sh.test failure introduced in 72064249 * libltdl/config/ltmain.m4sh (func_mode_link): Avoid poor syntax. Signed-off-by: Charles Wilson --- diff --git a/ChangeLog b/ChangeLog index 37f6c8462..44a76e236 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-16 Charles Wilson + + Fix sh.test failure introduced in 72064249 + * libltdl/config/ltmain.m4sh (func_mode_link): Avoid poor + syntax. + 2010-09-16 Ralf Wildenhues tests: avoid localization failure due to unstable compiler messages. diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 18f0f3993..7bbca85a9 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -7362,7 +7362,7 @@ EOF try_normal_branch=no ;; esac - if test $try_normal_branch = yes \ + if test "$try_normal_branch" = yes \ && { test "$len" -lt "$max_cmd_len" \ || test "$max_cmd_len" -le -1; } then