From d5fba0839dcf12178faf73ddb169d9bac0676973 Mon Sep 17 00:00:00 2001 From: Albert Chin-A-Young Date: Sun, 14 May 2006 08:44:38 +0000 Subject: [PATCH] * libtool.m4 [ aix ] (AC_LIBTOOL_PROG_LD_SHLIBS) (AC_LIBTOOL_LANG_CXX_CONFIG): $hardcode_direct is set twice. --- ChangeLog | 5 +++++ libtool.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f49319b95..2fc75570b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-14 Albert Chin-A-Young + + * libtool.m4 [ aix ] (AC_LIBTOOL_PROG_LD_SHLIBS) + (AC_LIBTOOL_LANG_CXX_CONFIG): $hardcode_direct is set twice. + 2005-05-14 John Bowler * ltmain.in (link mode): For version_type `none', we still need diff --git a/libtool.m4 b/libtool.m4 index dcc7522ea..31ecf0ba5 100644 --- a/libtool.m4 +++ b/libtool.m4 @@ -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 -- 2.47.3