blob: 2af79b45aa7e1951a62dfe380e88f067417565e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.2 2007/08/30 06:10:27 wiz Exp $
--- configure.orig 2007-07-24 00:59:19.000000000 +0000
+++ configure
@@ -27943,7 +27943,7 @@ echo $ECHO_N "checking
======== for python = 2.x... $ECHO_C" >&6; }
PY_VERSION=`$PYTHON -c 'import sys ; sys.stdout.write(sys.version[0:3])'`
major_ver=`$PYTHON -c 'import sys ; sys.stdout.write(sys.version[0:1])'`
- if test "x$major_ver" == "x2"; then
+ if test "x$major_ver" = "x2"; then
{ echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6; }
else
|