X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=configure;h=232d8477145626dfefc24137147dc5002a836cf2;hb=294667871a30b86790f7dd19c13a4da6806bf52a;hp=dc0dba4c12f5c93908b59c31b2b2dd589464ea87;hpb=4cedb2a3ea77b61a5d8e9fe56e8585d312ee96ca;p=notmuch diff --git a/configure b/configure index dc0dba4c..232d8477 100755 --- a/configure +++ b/configure @@ -374,6 +374,14 @@ elif [ $uname = "SunOS" ] ; then printf "Solaris.\n" platform=SOLARIS linker_resolves_library_dependencies=0 +elif [ $uname = "FreeBSD" ] ; then + printf "FreeBSD.\n" + platform=FREEBSD + linker_resolves_library_dependencies=0 +elif [ $uname = "OpenBSD" ] ; then + printf "OpenBSD.\n" + platform=OPENBSD + linker_resolves_library_dependencies=0 elif [ $uname = "Linux" ] || [ $uname = "GNU" ] ; then printf "$uname\n" platform="$uname" @@ -663,7 +671,7 @@ HAVE_GETLINE = ${have_getline} # build its own version) HAVE_STRCASESTR = ${have_strcasestr} -# Supported platforms (so far) are: LINUX, MACOSX, SOLARIS +# Supported platforms (so far) are: LINUX, MACOSX, SOLARIS, FREEBSD, OPENBSD PLATFORM = ${platform} # Whether the linker will automatically resolve the dependency of one