Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
092f616a
Commit
092f616a
authored
Apr 15, 2015
by
doko@ubuntu.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- configure.ac: remove duplicate PLATDIR definition
parent
d3899c1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
configure
configure
+1
-4
configure.ac
configure.ac
+0
-3
No files found.
configure
View file @
092f616a
...
...
@@ -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
...
...
configure.ac
View file @
092f616a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment