$NetBSD: patch-configure,v 1.3 2025/03/12 03:52:04 gutteridge Exp $

Portability fix.

--- configure.orig	2024-12-24 16:29:53.000000000 +0000
+++ configure
@@ -18348,7 +18348,7 @@ else case e in #(
 esac
 fi
 
-if test x"$enable_application" == x"no"; then
+if test x"$enable_application" = x"no"; then
 
 printf "%s\n" "#define DISABLE_APPLICATION /**/" >>confdefs.h
 
