X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=configure;h=232d8477145626dfefc24137147dc5002a836cf2;hp=acb90a8c610efdf24c5d472e6a2d1852b71dc391;hb=b04c062aee50f456f46bf7f31641384010780791;hpb=0a4663ff43c563ebe25234afb0ae012bc2c42959 diff --git a/configure b/configure index acb90a8c..232d8477 100755 --- a/configure +++ b/configure @@ -378,6 +378,10 @@ 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" @@ -667,7 +671,7 @@ HAVE_GETLINE = ${have_getline} # build its own version) HAVE_STRCASESTR = ${have_strcasestr} -# Supported platforms (so far) are: LINUX, MACOSX, SOLARIS, FREEBSD +# Supported platforms (so far) are: LINUX, MACOSX, SOLARIS, FREEBSD, OPENBSD PLATFORM = ${platform} # Whether the linker will automatically resolve the dependency of one