Skip to content

Commit

Permalink
trylink: make messages less confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Vlasenko committed Aug 26, 2008
1 parent 279ca69 commit b522d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/trylink
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ while test "$LDLIBS"; do
-Wl,--start-group $O_FILES $A_FILES -Wl,--end-group \
$l_list
if test $? = 0; then
echo " Library $one is not needed"
echo " Library $one is not needed, excluding it"
LDLIBS="$without_one"
all_needed=false
last_needed=false
else
echo " Library $one is needed"
echo " Library $one is needed, can't exclude it (yet)"
last_needed=true
fi
done
Expand Down

0 comments on commit b522d69

Please sign in to comment.