]> diplodocus.org Git - nmh/commitdiff
It turns out that as part of POSIXification we got rid of checks for
authorKen Hornstein <kenh@pobox.com>
Wed, 21 Mar 2012 01:36:37 +0000 (21:36 -0400)
committerKen Hornstein <kenh@pobox.com>
Wed, 21 Mar 2012 01:36:37 +0000 (21:36 -0400)
wcwidth and mbtowc (because they're part of POSIX) but we didn't turn on
MULTIBYTE_SUPPORT because configure was testing to see if those functions
were supported ... and because the tests never ran, it always came back
as not being supported.  Time to bite the bullet and turn MULTIBYTE_SUPPORT
on by default.


No differences found