configure: Remove a debugging print message.

This was never intended to be committed.
This commit is contained in:
Carl Worth 2010-10-30 13:11:22 -07:00
parent 8753b9defa
commit 660510ee4c

1
configure vendored
View file

@ -290,7 +290,6 @@ elif [ $uname = "Linux" ] ; then
linker_resolves_library_dependencies=1
ldconfig_paths=$(/sbin/ldconfig -N -X -v 2>/dev/null | sed -n -e 's,^\(/.*\):\( (.*)\)\?$,\1,p')
for path in $ldconfig_paths; do
echo "Checking $path compared to $libdir_expanded"
if [ "$path" = "$libdir_expanded" ]; then
libdir_in_ldconfig=1
fi