summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-01-12 13:01:18 -0800
committerAndras Timar <andras.timar@collabora.com>2014-01-12 13:21:59 -0800
commita1dd29fb04c9f340f8b435f4587592b4f4f7e9ea (patch)
treeb2bc0a1fa081f1a4b0584bb0fc74aaf9a386520f
parent33445c20fc2a13a81ac9d5256f2b6cd024cb2a28 (diff)
change PYTHON_VERSION back to old value
because MSP patch cannot rename directories, and MSP installed over the older base would result in immediate crash if Python cannot find its libs. Version number is hard coded in PYTHONPATH. Change-Id: Ib90ba3ab6f19a89f1ab2ae6fbc0aad9365d3645d
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 047696bed5fc..11316792f959 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7555,7 +7555,7 @@ internal)
SYSTEM_PYTHON=NO
PYTHON_VERSION_MAJOR=3
PYTHON_VERSION_MINOR=3
- PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.3
+ PYTHON_VERSION=${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}.0
BUILD_TYPE="$BUILD_TYPE PYTHON"
# Embedded Python dies without Home set
if test "$HOME" = ""; then