$NetBSD: patch-configure,v 1.1 2012/12/03 20:51:43 thomasklausner Exp $

Fix unportable test(1) construct.

--- configure.orig	2012-12-01 22:58:33.000000000 +0000
+++ configure
@@ -16615,7 +16615,7 @@ fi
 
 else
 
-      if test "x$enable_valadoc" == "xyes"; then :
+      if test "x$enable_valadoc" = "xyes"; then :
   as_fn_error $? "Unable to find valadoc" "$LINENO" 5
 fi
 
