summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordoko <doko@ubuntu.com>2016-08-29 20:03:25 +0200
committerdoko <doko@ubuntu.com>2016-08-29 20:03:25 +0200
commitb9504180a682b838b56c91420f59d432fde442d9 (patch)
tree9a29b907131a3fb05e0b39b08252619257e6be85 /configure
parentb7b3d7c1731476f0d49b4e61264250de614714eb (diff)
downloadcpython-b9504180a682b838b56c91420f59d432fde442d9.tar.gz
- Issue #23968, keep platform_triplet and multiarch macros in sync
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index f5cabadac7..0d73045105 100755
--- a/configure
+++ b/configure
@@ -5395,6 +5395,8 @@ if test x$PLATFORM_TRIPLET != x && test x$MULTIARCH != x; then
if test x$PLATFORM_TRIPLET != x$MULTIARCH; then
as_fn_error $? "internal configure error for the platform triplet, please file a bug report" "$LINENO" 5
fi
+elif test x$PLATFORM_TRIPLET != x && test x$MULTIARCH = x; then
+ MULTIARCH=$PLATFORM_TRIPLET
fi
if test x$PLATFORM_TRIPLET = x; then
PLATDIR=plat-$MACHDEP