]> git.cworth.org Git - notmuch/blobdiff - configure
configure: check for links to/from libdir in ldconfig output
[notmuch] / configure
index 3cefdcc6a97a682fd2a8786526436029c067bf24..ab7e1610a0c58c83f942bb5754c14b2657384657 100755 (executable)
--- a/configure
+++ b/configure
@@ -715,7 +715,7 @@ elif [ $uname = "Linux" ] || [ $uname = "GNU" ] ; then
     IFS="
 "
     for path in $ldconfig_paths; do
-       if [ "$path" = "$libdir_expanded" ]; then
+       if [ "$path" -ef "$libdir_expanded" ]; then
            libdir_in_ldconfig=1
        fi
     done