From: Carl Worth Date: Sat, 30 Oct 2010 20:11:22 +0000 (-0700) Subject: configure: Remove a debugging print message. X-Git-Tag: 0.4~16 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=660510ee4cdc25bcaf60a74000d2754c0f7794ff;ds=sidebyside configure: Remove a debugging print message. This was never intended to be committed. --- diff --git a/configure b/configure index 6f0bfeac..1ae717ae 100755 --- a/configure +++ b/configure @@ -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