mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
support building with subversion 1.7 #6094
This commit is contained in:
parent
f3bd687b2d
commit
e5afa3b24b
7 changed files with 9 additions and 6 deletions
4
configure
vendored
4
configure
vendored
|
@ -1,5 +1,5 @@
|
|||
#! /bin/sh
|
||||
# From configure.in Revision: 72497 .
|
||||
# From configure.in Revision: 72799 .
|
||||
# Guess values for system-dependent variables and create Makefiles.
|
||||
# Generated by GNU Autoconf 2.61 for python 2.7.
|
||||
#
|
||||
|
@ -4385,7 +4385,7 @@ if test $SVNVERSION = found
|
|||
then
|
||||
SVNVERSION="svnversion \$(srcdir)"
|
||||
else
|
||||
SVNVERSION="echo exported"
|
||||
SVNVERSION="echo Unversioned directory"
|
||||
fi
|
||||
|
||||
case $MACHDEP in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue