diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 19:59:57 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-13 19:59:57 (GMT) |
commit | 1345d201939fc7ce395d629834ed037e4697d8c5 (patch) | |
tree | 71238a46806bf9a811cfd3dfe0f6c650bd4ea88a /configure.ac | |
parent | 7f825226e3e19998a0ef6184b9ac6e4e57aebc6f (diff) | |
download | cpython-1345d201939fc7ce395d629834ed037e4697d8c5.zip cpython-1345d201939fc7ce395d629834ed037e4697d8c5.tar.gz cpython-1345d201939fc7ce395d629834ed037e4697d8c5.tar.bz2 |
- Use PLATDIR for the platform directory everywhere (refactoring only)
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 8969279..d06d774 100644 --- a/configure.ac +++ b/configure.ac @@ -556,6 +556,9 @@ then fi AC_MSG_RESULT($MACHDEP) +AC_SUBST(PLATDIR) +PLATDIR=plat-$MACHDEP + # Record the configure-time value of MACOSX_DEPLOYMENT_TARGET, # it may influence the way we can build extensions, so distutils # needs to check it |