]> 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>
Sun, 12 May 2019 21:26:04 +0000 (23:26 +0200)
commit41eb83cf4aa73f0ac4e70173562f11a17a1d0298
tree5db089c6ca993fc9e99513dcbc27f98def135dc3
parent89917b3f98d01cc158fa669b6ff9746db6ad22a1
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