]> git.notmuchmail.org Git - notmuch/blobdiff - configure
fixup
[notmuch] / configure
index 6f0bfeac2d290178a373b4f8c7522dabd3477d0f..1d93b2e4f20e2930b10018d3eab5e551b92ccdd7 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
@@ -400,6 +399,7 @@ then
     rpath_ldflags="-Wl,--enable-new-dtags -Wl,-rpath,\$(libdir)"
 else
     printf "No (nothing to worry about).\n"
+    rpath_ldflags=""
 fi
 
 WARN_CXXFLAGS=""