summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches/patch-configure
blob: 16cfa9c414c76e6c46d17adf634f31059d7eb224 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-configure,v 1.2 2012/10/24 22:48:10 wiz Exp $

Fix unportable test(1) construct.

https://bugzilla.gnome.org/show_bug.cgi?id=686830

--- configure.orig	2012-03-02 14:29:10.000000000 +0000
+++ configure
@@ -21160,7 +21160,7 @@ else
   CUSTOM_GNC_DBD_DIR_FALSE=
 fi
 
- if test "x$ac_cv_header_dbi_dbi_h" == xyes; then
+ if test "x$ac_cv_header_dbi_dbi_h" = xyes; then
   WITH_DBI_TRUE=
   WITH_DBI_FALSE='#'
 else