From 254f5280e6cb6f69b17b581e0febbb73cd02b606 Mon Sep 17 00:00:00 2001 From: Charles Wilson Date: Thu, 16 Sep 2010 22:53:47 -0400 Subject: [PATCH] Fix sh.test failure introduced in 72064249 * libltdl/config/ltmain.m4sh (func_mode_link): Avoid poor syntax. Signed-off-by: Charles Wilson --- ChangeLog | 6 ++++++ libltdl/config/ltmain.m4sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.47.2