$NetBSD: patch-configure,v 1.5 2016/04/17 09:56:31 wiz Exp $

Shell portability.
Disable flock.

--- configure.orig	2016-04-12 10:34:01.936801023 +0000
+++ configure
@@ -20780,7 +20780,7 @@ else
 fi
 
 
-if test "x$enable_libmount_force_mountinfo" == xyes; then :
+if test "x$enable_libmount_force_mountinfo" = xyes; then :
 
 
 $as_echo "#define USE_LIBMOUNT_FORCE_MOUNTINFO 1" >>confdefs.h
@@ -24616,7 +24616,7 @@ fi
 
   if test "x$ul_default_estate" != x; then
   enable_flock=$ul_default_estate
-  build_flock=yes
+  build_flock=no
   if test "x$ul_default_estate" = xno; then
     build_flock=no
   fi
@@ -28664,7 +28664,7 @@ else
 fi
 
 
-if test "x$enable_usrdir_path" == xyes; then :
+if test "x$enable_usrdir_path" = xyes; then :
 
 
 $as_echo "#define USE_USRDIR_PATHS_ONLY 1" >>confdefs.h
