mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
577 B
Plaintext
14 lines
577 B
Plaintext
$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
|