summaryrefslogtreecommitdiff
path: root/security/honeyd/patches/patch-ab
blob: 43794e40f4e03669f942331cbcf46551068c899b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.2 2006/10/05 11:15:41 rillig Exp $

--- configure.orig	2006-10-05 13:12:24.000000000 +0200
+++ configure	2006-10-05 13:13:08.000000000 +0200
@@ -21853,7 +21853,7 @@ fi
 
 if test x"$PATH_PYTHON" != x -a x"$DO_PYTHON" = xdefine ; then
    pv_gv=`$PATH_PYTHON -c 'import sys; print sys.version[:3] > "2.3.0"'`
-   if test "$pv_gv" == "False" ; then
+   if test "$pv_gv" = "False" ; then
       # Extract the first word of "python2.4", so it can be a program name with args.
 set dummy python2.4; ac_word=$2
 echo "$as_me:$LINENO: checking for $ac_word" >&5