$NetBSD: patch-configure,v 1.1 2015/10/15 20:59:18 ryoon Exp $

--- configure.orig	2015-10-14 12:53:34.000000000 +0000
+++ configure
@@ -12613,7 +12613,7 @@ else
   enable_fts5=no
 fi
 
-if test x"$enable_fts5" == "xyes"; then
+if test x"$enable_fts5" = "xyes"; then
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing log" >&5
 $as_echo_n "checking for library containing log... " >&6; }
 if ${ac_cv_search_log+:} false; then :
@@ -12685,7 +12685,7 @@ else
   enable_json1=no
 fi
 
-if test x"$enable_json1" == "xyes"; then
+if test x"$enable_json1" = "xyes"; then
   JSON1_FLAGS=-DSQLITE_ENABLE_JSON1
 fi
 
