diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-15 18:45:33 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2015-04-15 18:45:33 (GMT) |
commit | 092f616a978595450a0554e4844136bc12b35ce2 (patch) | |
tree | 5a003d183f732c3c221374f38031435e057a9f8e /configure.ac | |
parent | d3899c1a962f4f06f52199d1e5e4b921843e587b (diff) | |
download | cpython-092f616a978595450a0554e4844136bc12b35ce2.zip cpython-092f616a978595450a0554e4844136bc12b35ce2.tar.gz cpython-092f616a978595450a0554e4844136bc12b35ce2.tar.bz2 |
- configure.ac: remove duplicate PLATDIR definition
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e22918a..aab01a4 100644 --- a/configure.ac +++ b/configure.ac @@ -556,9 +556,6 @@ 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 |