]> git.draconx.ca Git - cdecl99.git/commit
Define GNULIB_MBRTOWC_SINGLE_THREAD.
authorNick Bowler <nbowler@draconx.ca>
Fri, 22 Apr 2022 04:25:59 +0000 (00:25 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 22 Apr 2022 04:25:59 +0000 (00:25 -0400)
commit5d1877d7fc52b57f7e1ffd7cd3e07a0275769261
tree18f36cb9db5a7e1a99e39916931ddf25c07cb3c8
parent94ce351151ec14a2278e5eacc12aa2c57ff0e090
Define GNULIB_MBRTOWC_SINGLE_THREAD.

As the mbrtowc replacement module is not used by the library,
there is no need for multithreaded mbrtowc (all programs are
single threaded).

This fixes a build failure on DJGPP when NLS is enabled.
configure.ac