]> git.draconx.ca Git - rrace.git/commitdiff
Don't build locale/wcwidth junk if NLS is disabled.
authorNick Bowler <nbowler@draconx.ca>
Sun, 7 Jan 2024 02:29:50 +0000 (21:29 -0500)
committerNick Bowler <nbowler@draconx.ca>
Sun, 7 Jan 2024 03:09:18 +0000 (22:09 -0500)
These functions are only used for NLS support, so it is silly to
compile them if NLS is disabled for any reason.

To do this, we create a local "dx-nls" gnulib module which can in
turn use conditional dependencies to pull in all the (now optional)
modules.


No differences found