$NetBSD: patch-configure,v 1.1 2016/04/21 21:24:56 prlw1 Exp $

configure: test(1) uses = to test for string equality
https://bugzilla.gnome.org/show_bug.cgi?id=765396

--- configure.orig	2016-03-21 21:51:20.000000000 +0000
+++ configure
@@ -14712,7 +14712,7 @@ else
   ENABLE_ALWAYS_BUILD_TESTS_FALSE=
 fi
 
-  if test "$ENABLE_INSTALLED_TESTS" == "1"; then
+  if test "$ENABLE_INSTALLED_TESTS" = "1"; then
     installed_test_metadir=${datadir}/installed-tests/glib-networking
 
     installed_testdir=${libexecdir}/installed-tests/glib-networking
