$NetBSD: patch-aa,v 1.3 2012/11/06 18:51:46 drochner Exp $

--- configure.orig	2012-11-01 15:09:26.000000000 +0000
+++ configure
@@ -5303,7 +5303,7 @@ if test "${enable_gcov+set}" = set; then
 fi
 
 
-if test "x$enable_gcov" == "xyes"; then
+if test "x$enable_gcov" = "xyes"; then
   CFLAGS="$CFLAGS -O0 -fprofile-arcs -ftest-coverage"
   LDFLAGS="$LDFLAGS -lgcov"
 fi
