summaryrefslogtreecommitdiff
path: root/x11/xbindkeys/patches/patch-ab
blob: 8398918f4f1c9daa99c7051724d90481495e9a66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2003/10/13 11:39:46 jmmv Exp $

--- configure.orig	2002-10-05 12:17:31.000000000 +0200
+++ configure
@@ -1577,7 +1577,7 @@ else
   enable_pthread=yes
 fi
 
-if test x$enable_pthread == xyes; then
+if test x$enable_pthread = xyes; then
    for ac_hdr in pthread.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`