Jack said we don't need the Mac/Python/ directory any more.

This commit is contained in:
Neal Norwitz 2005-12-18 21:36:39 +00:00
parent e515293567
commit d24499dc53
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -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

View File

@ -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