]> git.draconx.ca Git - cdecl99.git/commit
Make library i18n init conditional on NLS support.
authorNick Bowler <nbowler@draconx.ca>
Fri, 13 Aug 2021 02:41:14 +0000 (22:41 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 13 Aug 2021 02:52:02 +0000 (22:52 -0400)
commit29304fc079678aea4bd99f814c75a1345bc2df4e
tree16c1510c2618db0266e1691c0d1652851330431f
parente92ef179a31b2357ec1dcec634767d7d1eed97e3
Make library i18n init conditional on NLS support.

If the package is configured with --disable-nls, the library's i18n
initialization does nothing useful but the internal functions are
not fully removed.  Looks like a simple opportunity for improvement.
Makefile.am
configure.ac
src/cdecl-internal.h
src/i18n.c