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 | |
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')
-rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -698,6 +698,7 @@ BUILDEXEEXT EGREP NO_AS_NEEDED PLATFORM_TRIPLET +PLATDIR MULTIARCH ac_ct_CXX MAINCC @@ -713,7 +714,6 @@ CFLAGS CC EXPORT_MACOSX_DEPLOYMENT_TARGET CONFIGURE_MACOSX_DEPLOYMENT_TARGET -PLATDIR SGI_ABI _PYTHON_HOST_PLATFORM MACHDEP @@ -3499,9 +3499,6 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MACHDEP" >&5 $as_echo "$MACHDEP" >&6; } - -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 |