$NetBSD: patch-aa,v 1.2 2009/05/13 13:00:48 obache Exp $

Portability fix:
  http://bugzilla.gnome.org/show_bug.cgi?id=582057

--- configure.orig	2009-05-10 08:45:29.000000000 +0000
+++ configure
@@ -13450,7 +13450,7 @@ fi
   fi
 fi
 
-if test x$enable_docs == xyes; then
+if test x$enable_docs = xyes; then
    if ! $PKG_CONFIG "pygobject-2.0 >= 2.11.3"; then
        { $as_echo "$as_me:$LINENO: WARNING: pygobject-2.0 < 2.11.3; disabling generation of docs" >&5
 $as_echo "$as_me: WARNING: pygobject-2.0 < 2.11.3; disabling generation of docs" >&2;}
