]> granicus.if.org Git - python/commit
This patch solves the problem Skip was seeing with zlib, this patch ensures that
authorRonald Oussoren <ronaldoussoren@mac.com>
Thu, 6 Jul 2006 10:13:35 +0000 (10:13 +0000)
committerRonald Oussoren <ronaldoussoren@mac.com>
Thu, 6 Jul 2006 10:13:35 +0000 (10:13 +0000)
commitf8752642785f795708ad6cc38ff307bdc2fa63e0
treeff7e8d42bea0f1c8373045cef1f0e1fb239c8d67
parentb979b35f707dfd37b2427569e2a9a47f1b0eb61e
This patch solves the problem Skip was seeing with zlib, this patch ensures that
configure uses similar compiler flags as setup.py when doing the zlib test.

Without this patch configure would use the first shared library on the linker
path, with this patch it uses the first shared or static library on that path
just like setup.py.
configure
configure.in