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 <gary@gnu.org>
This commit is contained in:
Gary V. Vaughan 2010-07-08 18:33:31 +07:00
parent 94d129e2e3
commit 2e5ed25df3
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2010-07-08 Gary V. Vaughan <gary@gnu.org>
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 <gary@gnu.org>
Tidy m4 comment header underline.

View File

@ -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" && \