]> git.notmuchmail.org Git - notmuch/commitdiff
configure: Remove a debugging print message.
authorCarl Worth <cworth@cworth.org>
Sat, 30 Oct 2010 20:11:22 +0000 (13:11 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 30 Oct 2010 20:15:00 +0000 (13:15 -0700)
This was never intended to be committed.

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
     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
        if [ "$path" = "$libdir_expanded" ]; then
            libdir_in_ldconfig=1
        fi