]> granicus.if.org Git - python/commitdiff
- configure.ac: remove duplicate PLATDIR definition
authordoko@ubuntu.com <doko@ubuntu.com>
Wed, 15 Apr 2015 18:45:33 +0000 (20:45 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Wed, 15 Apr 2015 18:45:33 +0000 (20:45 +0200)
configure
configure.ac

index 0dd07a522e124a3d7d2e9c7d226237e0f36a2d1c..473f6b25ce4562b2ace3bd8e84ee2ac678e8243e 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index e22918aee64226881222facd40bd5284e848df59..aab01a4fcf9a23a0abd2b179394e4c1eea3ac215 100644 (file)
@@ -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