$NetBSD: patch-configure,v 1.3 2016/11/14 14:48:46 wiz Exp $

Fix unportable test(1) operator.

--- configure.orig	2016-11-08 10:37:19.061772080 +0000
+++ configure
@@ -21196,7 +21196,7 @@ else
 fi
 
 
-if test "x$enable_libmount_support_mtab" == xyes; then :
+if test "x$enable_libmount_support_mtab" = xyes; then :
 
 
 $as_echo "#define USE_LIBMOUNT_SUPPORT_MTAB 1" >>confdefs.h
@@ -22096,7 +22096,7 @@ $as_echo "$as_me: WARNING: sys/signalfd.
     esac
   fi
 
-if test "x$build_uuidd" = xyes || test "x$enable_libuuid_force_uuidd" == xyes ; then :
+if test "x$build_uuidd" = xyes || test "x$enable_libuuid_force_uuidd" = xyes ; then :
 
 
 $as_echo "#define HAVE_UUIDD 1" >>confdefs.h
@@ -29261,7 +29261,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
