From 99ad8411ba26a02260f379262eab708220c6f642 Mon Sep 17 00:00:00 2001 From: Albert Chin-A-Young Date: Sun, 14 May 2006 08:43:58 +0000 Subject: [PATCH] * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) [ aix ]: $hardcode_direct is set twice. --- ChangeLog | 5 +++++ libltdl/m4/libtool.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9314756f..24360d42 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-14 Albert Chin-A-Young + + * libltdl/m4/libtool.m4 (_LT_LINKER_SHLIBS, _LT_LANG_CXX_CONFIG) + [ aix ]: $hardcode_direct is set twice. + 2005-05-14 John Bowler * libltdl/config/ltmain.m4sh (func_mode_link): For version_type diff --git a/libltdl/m4/libtool.m4 b/libltdl/m4/libtool.m4 index 36b7e3fb..938fef6a 100644 --- a/libltdl/m4/libtool.m4 +++ b/libltdl/m4/libtool.m4 @@ -4294,7 +4294,7 @@ _LT_EOF strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 - _LT_TAGVAR(hardcode_direct, $1)=yes + : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported @@ -5278,7 +5278,7 @@ if test "$_lt_caught_CXX_error" != yes; then strings "$collect2name" | $GREP resolve_lib_name >/dev/null then # We have reworked collect2 - _LT_TAGVAR(hardcode_direct, $1)=yes + : else # We have old collect2 _LT_TAGVAR(hardcode_direct, $1)=unsupported