* libltdl/config/ltmain.m4sh (func_mode_link): Remove leftover
"_libs" trash.
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
+2010-07-01 Peter Rosin <peda@lysator.liu.se>
+
+ 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 <peda@lysator.liu.se>
For MSVC, embed the manifest as a resource in the executable.
*)
case " $deplibs " in
*" -L$path/$objdir "*)
- func_append new_libs "_libs -L$path/$objdir" ;;
+ func_append new_libs " -L$path/$objdir" ;;
esac
;;
esac