mirror of
https://github.com/python/cpython.git
synced 2024-12-03 23:06:43 +08:00
Jack said we don't need the Mac/Python/ directory any more.
This commit is contained in:
parent
e515293567
commit
d24499dc53
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…
Reference in New Issue
Block a user