]> granicus.if.org Git - python/commitdiff
kill old comment
authorBenjamin Peterson <benjamin@python.org>
Sat, 23 May 2009 17:12:13 +0000 (17:12 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 23 May 2009 17:12:13 +0000 (17:12 +0000)
configure.in

index 91f9a3bae66d104dff684ca572b59ba28194ec20..557d11ef45abf90a13129ffccf73c62e47eb0ad6 100644 (file)
@@ -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