]> granicus.if.org Git - python/commit
Patch #1097739 by Bob Ippolito:
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Jan 2005 13:08:22 +0000 (13:08 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 7 Jan 2005 13:08:22 +0000 (13:08 +0000)
commitda49e1981a71aef5a2b802bd5d7fc96006be92d1
treeda568f6daa2b406fe7b03ba1cf8da8607f37ca07
parent5a3c7c39db92e51e9f78b996eef6a0b81c244cae
Patch #1097739 by Bob Ippolito:
MacOSX: if we cannot use -undefined dynamic_lookup (such as on 10.2 or earlier)
we link extension directly against the dynamic library in the framework in
stead of against the framework. This will fix building extensions for 2.3
after 2.4 has been installed too.
configure
configure.in