$NetBSD: patch-configure,v 1.5 2021/09/16 09:32:03 wiz Exp $

Portability.
https://github.com/syslog-ng/syslog-ng/pull/3786

--- configure.orig	2021-09-10 11:02:58.000000000 +0000
+++ configure
@@ -19950,7 +19950,7 @@ $as_echo "no" >&6; }
 fi
 
 
-          if test "x$PYLINT" == "x"; then
+          if test "x$PYLINT" = "x"; then
             # Extract the first word of "pylint", so it can be a program name with args.
 set dummy pylint; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
@@ -20067,7 +20067,7 @@ $as_echo_n "checking for JAVA_VERSION...
   JAVA_HOME_CHECKER="/usr/libexec/java_home"
 
   if test "x$JAVAC_BIN" != "x"; then
-    if test "x$DONT_RESOLVE_JAVA_BIN_LINKS" == "x"; then
+    if test "x$DONT_RESOLVE_JAVA_BIN_LINKS" = "x"; then
       JAVAC_BIN=`
   READLINK_TARGET=$JAVAC_BIN
   cd $(dirname "$READLINK_TARGET")
@@ -20174,7 +20174,7 @@ $as_echo_n "checking for JAVA_VERSION...
   JAVA_HOME_CHECKER="/usr/libexec/java_home"
 
   if test "x$JAVAC_BIN" != "x"; then
-    if test "x$DONT_RESOLVE_JAVA_BIN_LINKS" == "x"; then
+    if test "x$DONT_RESOLVE_JAVA_BIN_LINKS" = "x"; then
       JAVAC_BIN=`
   READLINK_TARGET=$JAVAC_BIN
   cd $(dirname "$READLINK_TARGET")
