$NetBSD: patch-configure,v 1.2 2017/03/15 09:35:19 wiz Exp $

Fix unportable test(1) operator.
https://dev.yorhel.nl/ncdc/bug/85

--- configure.orig	2016-12-30 11:50:53.000000000 +0000
+++ configure
@@ -4905,7 +4905,7 @@ else
   with_geoip=no
 fi
 
-if test "x$with_geoip" == xyes; then :
+if test "x$with_geoip" = xyes; then :
 
 pkg_failed=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GEOIP" >&5
