]> git.notmuchmail.org Git - notmuch/blobdiff - configure
configure: Remove a debugging print message.
[notmuch] / configure
index 6f0bfeac2d290178a373b4f8c7522dabd3477d0f..1ae717aea7b8107e2cbb6938bf6bd9df7ef619ca 100755 (executable)
--- 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