$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
