summaryrefslogtreecommitdiff
path: root/databases/sqlite3/patches/patch-configure
blob: c556e6940c0cfcf2a661a707084825330cd497c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
$NetBSD: patch-configure,v 1.3 2016/04/08 07:54:27 adam Exp $

Portability fixes.

--- configure.orig	2016-03-29 10:47:30.000000000 +0000
+++ configure
@@ -13385,7 +13385,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 :
@@ -13457,7 +13457,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
 
@@ -13473,7 +13473,7 @@ else
   enable_static_shell=yes
 fi
 
-if test x"$enable_static_shell" == "xyes"; then
+if test x"$enable_static_shell" = "xyes"; then
   EXTRA_SHELL_OBJ=sqlite3-sqlite3.$OBJEXT
 else
   EXTRA_SHELL_OBJ=libsqlite3.la