$NetBSD: patch-aa,v 1.2 2009/07/23 23:08:37 wiz Exp $

--- configure.orig	2009-07-02 17:46:06.000000000 +0000
+++ configure
@@ -4612,7 +4612,7 @@ fi
 
 if test "x${enable_debug_flags}" != "xno"
 then
-  if test "x${enable_developer}" == "xyes"
+  if test "x${enable_developer}" = "xyes"
   then
     CXXFLAGS="${CXXFLAGS} -Wall"
     CFLAGS="${CFLAGS} -Wstrict-prototypes -Wall"
@@ -11852,7 +11852,7 @@ else
 fi
 
 
-if test "x${libgps}" == "xyes"; then
+if test "x${libgps}" = "xyes"; then
 
 pkg_failed=no
 { $as_echo "$as_me:$LINENO: checking for LIBCHAMPLAIN" >&5
@@ -11939,7 +11939,7 @@ else
   HAVE_LIBCHAMPLAIN=disabled
 fi
 
-if test "x${libgps}" == "xyes"; then
+if test "x${libgps}" = "xyes"; then
 
 pkg_failed=no
 { $as_echo "$as_me:$LINENO: checking for LIBCHAMPLAIN_GTK" >&5
