We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd0c2a commit a965c2dCopy full SHA for a965c2d
1 file changed
ltmain.sh
@@ -2045,11 +2045,6 @@ EOF
2045
if test -n "$a_deplib" ; then
2046
newdeplibs="$newdeplibs $a_deplib"
2047
droppeddeps=yes
2048
- echo
2049
- echo "*** Warning: This library needs some functionality provided by $a_deplib."
2050
- echo "*** I have the capability to make that library automatically link in when"
2051
- echo "*** you link to this library. But I can only do this if you have a"
2052
- echo "*** shared version of the library, which you do not appear to have."
2053
fi
2054
else
2055
# Add a -L argument.
0 commit comments