Commit 092f616a authored by doko@ubuntu.com's avatar doko@ubuntu.com

- configure.ac: remove duplicate PLATDIR definition

parent d3899c1a
......@@ -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
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment