From 5a3cf05510a40be79e0f3929f43b2e56d8a34b52 Mon Sep 17 00:00:00 2001 From: Peter Rosin Date: Thu, 12 Jul 2007 06:47:06 +0000 Subject: [PATCH] * libltdl/config/ltmain.m4sh (func_mode_link): Strip the cwrapper using $STRIP instead of relying on the tools to support -s, which MSVC doesn't. --- ChangeLog | 6 ++++++ libltdl/config/ltmain.m4sh | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0000b409..cbc4b2c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-07-12 Peter Rosin + + * libltdl/config/ltmain.m4sh (func_mode_link): Strip the cwrapper + using $STRIP instead of relying on the tools to support -s, which + MSVC doesn't. + 2007-07-06 Peter O'Gorman