X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1c8cf81caa1f8d56f8812b73d37cfc62a9815877..ff30f98e6a1ea1de5ed4ea69cc3552440ee7f26c:/m4/locking.m4?ds=sidebyside diff --git a/m4/locking.m4 b/m4/locking.m4 index 2895d882..f0d4c312 100644 --- a/m4/locking.m4 +++ b/m4/locking.m4 @@ -1,4 +1,3 @@ -dnl dnl Our functions to check the locking functions available and select a dnl default locking function for the spool file dnl @@ -11,7 +10,7 @@ AC_DEFUN([NMH_LOCKING], AS_CASE(["$host_os"], [aix*|cygwin*|linux*], [default_locktype="fcntl"], - [freebsd*|openbsd*|darwin*], [default_locktype="flock"], + [freebsd*|*netbsd*|openbsd*|darwin*], [default_locktype="flock"], [default_locktype="dot"]) AC_MSG_CHECKING([default locking method for the mail spool])