$NetBSD$

# Nonportable extension

--- compilers/xcode30_prj/configure.orig	2023-08-26 13:06:39.313163201 +0000
+++ compilers/xcode30_prj/configure
@@ -284,7 +284,7 @@ platform=`xcodebuild -version 2>/dev/nul
 # ------- target architecture
 if test -n "$use_arch"; then
   :
-elif test "$use_64" == "yes"; then
+elif test "$use_64" = "yes"; then
   case "`uname -m`" in
     arm* ) use_arch=arm64  ;;
     *86* ) use_arch=x86_64 ;;
