diff options
author | Carl Worth <cworth@cworth.org> | 2010-10-30 13:11:22 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-10-30 13:15:00 -0700 |
commit | 660510ee4cdc25bcaf60a74000d2754c0f7794ff (patch) | |
tree | 224b66f0e53aa89ed7297e0d3669597afff2d41f /configure | |
parent | 8753b9defa14bdc320ccb3b57b01a4ee7b81df00 (diff) |
configure: Remove a debugging print message.
This was never intended to be committed.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |