$NetBSD: patch-ac,v 1.1 2006/11/19 23:13:42 rillig Exp $

Tags: upstream

--- configure.in.orig	2006-11-19 23:04:12.000000000 +0100
+++ configure.in	2006-11-19 23:04:17.000000000 +0100
@@ -304,7 +304,7 @@ else
     
         # pkg-config is needed for GTK+
         AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
-        if test x"$PKG_CONFIG" == "xno"; then
+        if test x"$PKG_CONFIG" = "xno"; then
             AC_MSG_ERROR([You have to install pkg-config to compile OpenCV with GTK+])
         fi
     
