mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Jack said we don't need the Mac/Python/ directory any more.
This commit is contained in:
parent
e515293567
commit
d24499dc53
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -20815,7 +20815,7 @@ do
|
|||
done
|
||||
|
||||
|
||||
SRCDIRS="Parser Grammar Objects Python Modules Mac Mac/Python"
|
||||
SRCDIRS="Parser Grammar Objects Python Modules Mac"
|
||||
echo "$as_me:$LINENO: checking for build directories" >&5
|
||||
echo $ECHO_N "checking for build directories... $ECHO_C" >&6
|
||||
for dir in $SRCDIRS; do
|
||||
|
|
|
|||
|
|
@ -3146,7 +3146,7 @@ do
|
|||
done
|
||||
|
||||
AC_SUBST(SRCDIRS)
|
||||
SRCDIRS="Parser Grammar Objects Python Modules Mac Mac/Python"
|
||||
SRCDIRS="Parser Grammar Objects Python Modules Mac"
|
||||
AC_MSG_CHECKING(for build directories)
|
||||
for dir in $SRCDIRS; do
|
||||
if test ! -d $dir; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue