From: Neal Norwitz Date: Sun, 18 Dec 2005 21:36:39 +0000 (+0000) Subject: Jack said we don't need the Mac/Python/ directory any more. X-Git-Tag: v2.5a0~982 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d24499dc53c82bcae6a97cc580cf4f3dde143bb4;p=thirdparty%2FPython%2Fcpython.git Jack said we don't need the Mac/Python/ directory any more. --- diff --git a/configure b/configure index 29007995383e..5ce023443db8 100755 --- 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 diff --git a/configure.in b/configure.in index 75a33a1f7c3f..811b6b27cbac 100644 --- a/configure.in +++ b/configure.in @@ -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