diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-06-02 10:55:56 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-06-02 10:55:56 (GMT) |
commit | f6ccbf60e5495c79ce3d72613a0e0f7b70f81900 (patch) | |
tree | 096362509e3e07bbc6b8972ffb93beabb1c4188e /configure.in | |
parent | 5c91bf3e9304e9878d37c55794b3dcc0669d8ab5 (diff) | |
download | cpython-f6ccbf60e5495c79ce3d72613a0e0f7b70f81900.zip cpython-f6ccbf60e5495c79ce3d72613a0e0f7b70f81900.tar.gz cpython-f6ccbf60e5495c79ce3d72613a0e0f7b70f81900.tar.bz2 |
Fix for Issue6170: 'make frameworkinstall' failure with python 3.1rc1.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 08acb78..4e77f11 100644 --- a/configure.in +++ b/configure.in @@ -159,7 +159,7 @@ AC_ARG_ENABLE(framework, PYTHONFRAMEWORKPREFIX=$enableval PYTHONFRAMEWORKINSTALLDIR=$PYTHONFRAMEWORKPREFIX/$PYTHONFRAMEWORKDIR FRAMEWORKINSTALLFIRST="frameworkinstallstructure" - FRAMEWORKALTINSTALLFIRST="frameworkinstallstructure bininstall maninstall" + FRAMEWORKALTINSTALLFIRST="frameworkinstallstructure " if test "$UNIVERSAL_ARCHS" = "all" then FRAMEWORKINSTALLLAST="frameworkinstallmaclib frameworkinstallapps4way frameworkinstallunixtools4way" |