From 2e5ed25df3ccbc6e0fef5195199ba2e7649c2767 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 8 Jul 2010 18:33:31 +0700 Subject: [PATCH] Fix a cut-n-pasto in "2010-07-07 Charles Wilson" patch. * libltdl/config/ltmain.m4sh (func_mode_link): Remove spurious variable dereference. Signed-off-by: Gary V. Vaughan --- ChangeLog | 6 ++++++ libltdl/config/ltmain.m4sh | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c8e628d76..b180dc6d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-07-08 Gary V. Vaughan + + Fix a cut-n-pasto in "2010-07-07 Charles Wilson" patch. + * libltdl/config/ltmain.m4sh (func_mode_link): Remove spurious + variable dereference. + 2010-07-07 Gary V. Vaughan Tidy m4 comment header underline. diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 365ba0c93..1a2c02d3b 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -5331,7 +5331,7 @@ func_mode_link () # Prefer using a static library (so that no silly _DYNAMIC symbols # are required to link). if test -n "$old_library"; then - func_append $newdlprefiles " $dir/$old_library" + func_append newdlprefiles " $dir/$old_library" # Keep a list of preopened convenience libraries to check # that they are being used correctly in the link pass. test -z "$libdir" && \ -- 2.47.2