]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Test $old_striplib before using it, not $striplib.
authorPeter O'Gorman <peter@pogma.com>
Sun, 25 Jan 2004 00:18:48 +0000 (00:18 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 25 Jan 2004 00:18:48 +0000 (00:18 +0000)
ChangeLog
ltmain.in

index 031e9bcbe855f44e3e43cee989306253ec8bbb44..df032b44bc14e84b34dec9b5591d500264044ba5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * ltmain.in: Check for module_cmds if max_cmd_len is exceeded too.
 
+       * ltmain.in: Test $old_striplib before using it, not $striplib.
+       
 2004-01-23  Scott James Remnant  <scott@netsplit.com>
 
        * libtool.m4 (AC_LIBTOOL_CONFIG): Don't attempt to
index 173df363d3ebd200860c45f58e8a4671fd274848..893b0573dc6e470faf6099d663f2dce42b09749b 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -5720,7 +5720,7 @@ relink_command=\"$relink_command\""
       $show "$install_prog $file $oldlib"
       $run eval "$install_prog \$file \$oldlib" || exit $?
 
-      if test -n "$stripme" && test -n "$striplib"; then
+      if test -n "$stripme" && test -n "$old_striplib"; then
        $show "$old_striplib $oldlib"
        $run eval "$old_striplib $oldlib" || exit $?
       fi