]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[2.7] closes bpo-14353: Fix detection of bind_textdomain_codeset in libintl. (GH...
authorToshio Kuratomi <a.badger@gmail.com>
Sun, 12 May 2019 20:47:19 +0000 (16:47 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sun, 12 May 2019 20:47:18 +0000 (13:47 -0700)
commit24ff9a44ac5f0653df4c1d92c2a99fab286fcc15
treedda97bb6db37340dd44a631f1d229c0d381c4a25
parent7b5dca8345f4a909367836a3a2c3c7ac6e4e2c0c
[2.7] closes bpo-14353: Fix detection of bind_textdomain_codeset in libintl. (GH-13265)

In Python-2.7, we were only searching for bind_textdomain_codeset in
libc.  We should have also checked for it in libintl.  This change from
Mel Flynn https://bugs.python.org/file24918/python27-configure.in.patch
fixes that.
Misc/NEWS.d/next/Build/2019-05-12-10-52-37.bpo-14353.LK1qWM.rst [new file with mode: 0644]
configure
configure.ac
pyconfig.h.in