]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Jack said we don't need the Mac/Python/ directory any more.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 18 Dec 2005 21:36:39 +0000 (21:36 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 18 Dec 2005 21:36:39 +0000 (21:36 +0000)
configure
configure.in

index 29007995383e839ff8acfe796410a33f8444bcc4..5ce023443db87eb0323e3261302b714d44fcbb43 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 75a33a1f7c3fbcb4ec6a0a20d76fa4a5371115a6..811b6b27cbac53fec8851184aa34cec0753fa3bb 100644 (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