]> git.ipfire.org Git - thirdparty/gettext.git/commit
Avoid crash on macOS 14.
authorBruno Haible <bruno@clisp.org>
Wed, 4 Oct 2023 14:12:43 +0000 (16:12 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 4 Oct 2023 14:12:43 +0000 (16:12 +0200)
commit1bcf74a9fa6dcf33645f54a854dc49387e76a40b
treeee56ba70430faedd6f8fd253866cc7190510bf34
parent8e4d5a8105243cd414902218c72a1207e97e509f
Avoid crash on macOS 14.

Reported by Shupeng Xue <dspxue@gmail.com> at
<https://lists.gnu.org/archive/html/bug-gettext/2023-10/msg00001.html>.
Cf <https://github.com/aria2/aria2/issues/2083#issuecomment-1694662007>.

* gettext-runtime/m4/intlmacosx.m4 (gt_INTL_MACOSX): Link with the CoreServices
framework in addition to the CoreFoundation framework.
gettext-runtime/m4/intlmacosx.m4