$NetBSD: patch-configure,v 1.2 2021/10/01 16:14:48 tsutsui Exp $

- Workaround for SS2 emulation on NetBSD/amd64.
- Fix wrong comparison.

--- configure.orig	2010-06-05 19:57:30.000000000 +0000
+++ configure
@@ -12948,7 +12948,7 @@ echo $ECHO_N "checking for target recode
 
     # get the host recode parts:
     case "${target}" in
-    i[3456789]86-*-netbsd* | x86_64-*-netbsd* | i[3456789]86-*-linux*)
+    i[3456789]86-*-netbsd* | i[3456789]86-*-linux*)
 	recode_hosts="mmap x86"
 	;;
     *) recode_hosts= ;;
@@ -12985,7 +12985,7 @@ i[3456789]86-* | x86_64-*) misc_hosts="x
 esac
 { echo "$as_me:$LINENO: result: ${misc_hosts}" >&5
 echo "${ECHO_T}${misc_hosts}" >&6; }
-if test "x${misc_hosts}" = no; then
+if test "x${misc_hosts}" = xno; then
     misc_hosts=
 fi
 
