]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'vk/autoconf-gettext'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2019 15:37:29 +0000 (00:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 May 2019 15:37:29 +0000 (00:37 +0900)
The autoconf generated configure script failed to use the right
gettext() implementations from -libintl by ignoring useless stub
implementations shipped in some C library, which has been
corrected.

* vk/autoconf-gettext:
  autoconf: #include <libintl.h> when checking for gettext()


Trivial merge