blob: 0bf44059a19433b83e805e24cd0e8a3bf8592bce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2006-12-17 15:27:45.000000000 +0100
+++ configure 2012-02-19 20:23:04.014494956 +0100
@@ -20681,7 +20681,7 @@
py_version=`$PYTHON -c "from distutils.sysconfig import *; \
from string import join; \
print join(get_config_vars('VERSION'))"`
- if test "$py_version" == "None"; then
+ if test "$py_version" = "None"; then
if test -n "$PYTHON_VERSION"; then
py_version=$PYTHON_VERSION
else
|