Remove configure check prohibiting threaded libpython on OpenBSD.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 May 2015 02:14:59 +0000 (22:14 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 27 May 2015 02:14:59 +0000 (22:14 -0400)
commit9e980e7d00e8cb637804eef6fad3f5b38ac19786
tree81853c04a74a3e53a288c5748446ece5defabbf4
parent605326ed32cfc548f1b7bf6610b5efcda6f477ca
Remove configure check prohibiting threaded libpython on OpenBSD.

According to recent tests, this case now works fine, so there's no reason
to reject it anymore.  (Even if there are still some OpenBSD platforms
in the wild where it doesn't work, removing the check won't break any case
that worked before.)

We can actually remove the entire test that discovers whether libpython
is threaded, since without the OpenBSD case there's no need to know that
at all.

Per report from Davin Potts.  Back-patch to all active branches.
config/python.m4
configure