summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-23 17:12:13 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-05-23 17:12:13 (GMT)
commit14ed6134f75139551ccb3574abdc15052ef2446c (patch)
treea138a40b49944ccf9ccbec201095cccfbb1aa128
parent3dc22e8770d80276ce7c5e4c7c3e750ada77d396 (diff)
downloadcpython-14ed6134f75139551ccb3574abdc15052ef2446c.zip
cpython-14ed6134f75139551ccb3574abdc15052ef2446c.tar.gz
cpython-14ed6134f75139551ccb3574abdc15052ef2446c.tar.bz2
kill old comment
-rw-r--r--configure.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.in b/configure.in
index 91f9a3b..557d11e 100644
--- a/configure.in
+++ b/configure.in
@@ -1736,14 +1736,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