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:01:18 -0800
commit752cf6e270e2138380ebfc3b1ee4b99a5ca9a8a5 (patch)
treeb6f90bd4c6e55acc8b2ad457abedd4773de33290
parent845322cec73b84262375446436e65298c7fada7b (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 43b877df44c0..a88cb6af01a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7556,7 +7556,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