]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Fix build error on MSVC with --disable-shared.
authorBruno Haible <bruno@clisp.org>
Sun, 5 Jan 2020 19:15:46 +0000 (20:15 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 5 Jan 2020 19:15:46 +0000 (20:15 +0100)
commitcda49e2b26bf2dc8d7992838608bf805b434d80f
treeb345b4ac16c9cf5338bd6cd14421188f6ee82be7
parent31029d82715f094bf633e52e250fb47b2d78fc00
build: Fix build error on MSVC with --disable-shared.

* gettext-tools/configure.ac (AH_BOTTOM): On MSVC with --disable-shared, even
when compiling with option -MD, define DLL_VARIABLE to empty.
gettext-tools/configure.ac