X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=ab7e1610a0c58c83f942bb5754c14b2657384657;hp=3cefdcc6a97a682fd2a8786526436029c067bf24;hb=b71fa262b54398399821e89d01d984f46e24d2e8;hpb=2f59498d6905a80de5342362e0822d9295b4bf78 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