]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Fix "make install" failure with --disable-shared on glibc systems.
authorBruno Haible <bruno@clisp.org>
Sun, 12 May 2019 21:26:04 +0000 (23:26 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 10:45:10 +0000 (12:45 +0200)
commit82497b134a1c5c1d5eac8ee7043ca117190d26ba
treec98653d964183c4145050a885fb827cdbfa049d4
parentc359ed089093b2ff1627def351219ca81bc8a6a7
build: Fix "make install" failure with --disable-shared on glibc systems.

Reported by Gabor Z. Papp <gzp@papp.hu>.

This is a regression from 2018-11-25.

* gettext-tools/configure.ac (PRELOADABLE_LIBINTL): Set to false if
--disable-shared was specified.
gettext-tools/configure.ac