$NetBSD: patch-configure,v 1.1 2020/10/01 03:37:02 ryoon Exp $

--- configure.orig	2020-09-09 05:51:07.000000000 +0000
+++ configure
@@ -5472,7 +5472,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUI
  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
  esac
 
-if test "$endianity" == "little-endian"; then :
+if test "$endianity" = "little-endian"; then :
 
 
 $as_echo "#define ENDIANITY_LITTLE 1" >>confdefs.h
@@ -14016,7 +14016,7 @@ fi
 
 
 
-XDP_VISIBLE_HEADERS=$(test "$enable_xdp" == "no"; echo "$?")
+XDP_VISIBLE_HEADERS=$(test "$enable_xdp" = "no"; echo "$?")
 
 
 if test "$enable_xdp" != "no"; then :
