$NetBSD: patch-configure,v 1.4 2019/03/21 21:26:23 adam Exp $

Disable Solaris ISA selection.
Fix unportable test(1) operator.

--- configure.orig	2019-02-28 21:34:14.000000000 +0000
+++ configure
@@ -7601,7 +7589,7 @@ fi
 fi
 
   case $host_os in
-    *solaris*)
+    *notsolaris*)
       for ac_prog in isainfo
 do
   # Extract the first word of "$ac_prog", so it can be a program name with args.
@@ -18667,7 +18624,7 @@ fi
 rm -f core conftest.err conftest.$ac_objext \
     conftest$ac_exeext conftest.$ac_ext
 LDFLAGS=$save_LDFLAGS
- if test "$have_ld_version_script" == "yes"; then
+ if test "$have_ld_version_script" = "yes"; then
   HAVE_LD_VERSION_SCRIPT_TRUE=
   HAVE_LD_VERSION_SCRIPT_FALSE='#'
 else
