Don't link PL/Python against LOCALMODLIBS
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 17 Mar 2010 22:02:44 +0000 (22:02 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 17 Mar 2010 22:02:44 +0000 (22:02 +0000)
commit7e8a60b7c5ede78db084ce0f2d6a0234040be1eb
tree35ad586cb5227453370c778fa13303157c4ab052
parentc92e2702f1b50f8ac7440b79274afdf2f0248816
Don't link PL/Python against LOCALMODLIBS

This variable is apparently only for Python internally.  In newer releases
of Python this variable pulls in more and more libraries that users are
less likely to have, leading to potential build failures.
config/python.m4
configure