summaryrefslogtreecommitdiff
path: root/graphics/opencv/patches/patch-ac
blob: f41441c98a3a5483b8593304176cd13f9fc3bec4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$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