]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtool.m4 [ aix ] (AC_LIBTOOL_PROG_LD_SHLIBS)
authorAlbert Chin-A-Young <china@thewrittenword.com>
Sun, 14 May 2006 08:44:38 +0000 (08:44 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 14 May 2006 08:44:38 +0000 (08:44 +0000)
(AC_LIBTOOL_LANG_CXX_CONFIG): $hardcode_direct is set twice.

ChangeLog
libtool.m4

index f49319b95b529d9b6c4a293101cc8020ce3798af..2fc75570b26c49a61e05e7a23f5c8284279010dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-14  Albert Chin-A-Young  <china@thewrittenword.com>
+
+       * libtool.m4 [ aix ] (AC_LIBTOOL_PROG_LD_SHLIBS)
+       (AC_LIBTOOL_LANG_CXX_CONFIG): $hardcode_direct is set twice.
+
 2005-05-14  John Bowler  <jbowler@acm.org>
 
        * ltmain.in (link mode): For version_type `none', we still need
index dcc7522ea48a7eb06e090b3ef6c44161c4c7ad5d..31ecf0ba53115394beda02b33769af645899819f 100644 (file)
@@ -2933,7 +2933,7 @@ case $host_os in
           strings "$collect2name" | grep resolve_lib_name >/dev/null
        then
          # We have reworked collect2
-         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+         :
        else
          # We have old collect2
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported
@@ -5732,7 +5732,7 @@ _LT_EOF
           strings "$collect2name" | grep resolve_lib_name >/dev/null
          then
          # We have reworked collect2
-         _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+         :
          else
          # We have old collect2
          _LT_AC_TAGVAR(hardcode_direct, $1)=unsupported