summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-17 00:35:35 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-27 12:45:23 +0100
commit38a22a9026a3d8a67f3e16ec650960a10b527d25 (patch)
treef60bdd178a59fa4e59813e19083702f447613e8d /configure.ac
parent6f8f95fed7a4bd741bf035f53a758ac0c6da66b2 (diff)
Switch from python to python3
Mac specific parts of patch by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Change-Id: I90ef17c6f5a678230539a80ab999fa5344e4fc8f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 061175e13588..cb8a7609d67c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7468,7 +7468,7 @@ int main(int argc, char **argv) {
internal)
SYSTEM_PYTHON=NO
- PYTHON_TARBALL="e81c2f0953aa60f8062c05a4673f2be0-Python-2.6.1.tar.bz2"
+ PYTHON_TARBALL="b3b2524f72409d919a4137826a870a8f-Python-3.3.0.tar.bz2"
BUILD_TYPE="$BUILD_TYPE PYTHON"
# Embedded Python dies without Home set
if test "$HOME" = ""; then