diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-05-23 19:36:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-05-23 19:36:27 (GMT) |
commit | f53eec88013b75bed1a676b57b323230fbf77959 (patch) | |
tree | c42721fa94a04ac3a60b2b5b6287749cf6857440 /configure | |
parent | 716c444edcac0f32c6d82d530db2e6495e3d2be9 (diff) | |
download | cpython-f53eec88013b75bed1a676b57b323230fbf77959.zip cpython-f53eec88013b75bed1a676b57b323230fbf77959.tar.gz cpython-f53eec88013b75bed1a676b57b323230fbf77959.tar.bz2 |
Merged revisions 72871-72872 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72871 | benjamin.peterson | 2009-05-23 14:24:37 -0500 (Sat, 23 May 2009) | 1 line
support building with subversion 1.7 #6094
........
r72872 | benjamin.peterson | 2009-05-23 14:31:02 -0500 (Sat, 23 May 2009) | 1 line
reorder name
........
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 2 insertions, 10 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 72800 . +# From configure.in Revision: 72865 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.61 for python 3.1. # @@ -4333,7 +4333,7 @@ if test $SVNVERSION = found then SVNVERSION="svnversion \$(srcdir)" else - SVNVERSION="echo exported" + SVNVERSION="echo Unversioned directory" fi case $MACHDEP in @@ -13516,14 +13516,6 @@ then Linux*|GNU*) LINKFORSHARED="-Xlinker -export-dynamic";; # -u libsys_s pulls in all symbols in libsys Darwin/*) - # -u _PyMac_Error is needed to pull in the mac toolbox glue, - # which is - # not used by the core itself but which needs to be in the core so - # that dynamically loaded extension modules have access to it. - # -prebind is no longer used, because it actually seems to give a - # slowdown in stead of a speedup, maybe due to the large number of - # dynamic loads Python does. - LINKFORSHARED="$extra_undefs -framework CoreFoundation" if test "$enable_framework" then |