$NetBSD: patch-configure,v 1.1 2020/05/15 16:39:34 wiz Exp $

Avoid unportable test(1) operator.

--- configure.orig	2020-05-14 15:53:13.000000000 +0000
+++ configure
@@ -7746,7 +7746,7 @@ fi
 $as_echo "$tor_cv_c_attr_fallthrough" >&6; }
 CFLAGS="$saved_CFLAGS"
 
-if test "$tor_cv_c_attr_fallthrough" == "yes"; then
+if test "$tor_cv_c_attr_fallthrough" = "yes"; then
 
 $as_echo "#define HAVE_ATTR_FALLTHROUGH 1" >>confdefs.h
 
