summaryrefslogtreecommitdiff
path: root/databases/sqlite3/patches/patch-configure
blob: a07559fb13e3a8acf31e2f8f22d48c3f2335cf9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
$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