X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=configure;h=ab7e1610a0c58c83f942bb5754c14b2657384657;hb=0a7181dd163babefaefa9988ed51dc66c892eb3e;hp=3cefdcc6a97a682fd2a8786526436029c067bf24;hpb=7e3575c0ca01211f8b16740bb0702c852b4e02ff;p=notmuch diff --git a/configure b/configure index 3cefdcc6..ab7e1610 100755 --- 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