From: Peter Rosin Date: Thu, 1 Jul 2010 17:22:29 +0000 (+0200) Subject: Fix regression caused by "Add func_append_quoted and do..." X-Git-Tag: v2.4~122 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60dde3d469b48f716c74c07abeb2566ac386acd3;p=thirdparty%2Flibtool.git Fix regression caused by "Add func_append_quoted and do..." * libltdl/config/ltmain.m4sh (func_mode_link): Remove leftover "_libs" trash. Signed-off-by: Peter Rosin --- diff --git a/ChangeLog b/ChangeLog index 9dab3608c..ac8501489 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-07-01 Peter Rosin + + Fix regression caused by "Add func_append_quoted and do..." + * libltdl/config/ltmain.m4sh (func_mode_link): Remove leftover + "_libs" trash. + 2010-06-28 Peter Rosin For MSVC, embed the manifest as a resource in the executable. diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 760b6aa2b..e5b68af20 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -6572,7 +6572,7 @@ EOF *) case " $deplibs " in *" -L$path/$objdir "*) - func_append new_libs "_libs -L$path/$objdir" ;; + func_append new_libs " -L$path/$objdir" ;; esac ;; esac