From 43f4dca2ead9fb8f65778c2772228dff554e1c75 Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Sun, 18 Apr 2021 09:54:53 -0600 Subject: * Addition of testing for wctomb(), which will be used in systems that do not have wcrtomb(). Work in collaboration with professor Martin Trusler. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 00421c38..dfc83dd3 100644 --- a/configure.ac +++ b/configure.ac @@ -1998,6 +1998,7 @@ AC_CHECK_FUNCS([strchr \ wcwidth \ mbstowcs \ wcrtomb \ + wctomb \ putenv \ setenv]) -- cgit v1.2.3-54-g00ecf