X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=7f5ca7d1936243439e253d15029f4ffbc56ff3c5;hp=eebe0751bad9b128d18956de30c34e1948484005;hb=18433e4affa0124b5081fc57f652c832df9e9bb2;hpb=2805a243b5564bb99196923f96118ace4c55e870 diff --git a/configure b/configure index eebe0751..7f5ca7d1 100755 --- a/configure +++ b/configure @@ -238,11 +238,11 @@ printf "Checking for Mac OS X (for shared library)... " if [ `uname` = "Darwin" ] ; then printf "Yes.\n" mac_os_x=1 - linker_resolves_library_dependencies = 0 + linker_resolves_library_dependencies=0 else printf "No.\n" mac_os_x=0 - linker_resolves_library_dependencies = 1 + linker_resolves_library_dependencies=1 fi if [ $errors -gt 0 ]; then