Check for mbstowcs_l separately

This commit is contained in:
Evan Miller
2021-08-24 15:15:34 -04:00
parent 0164b4df1a
commit 41d2a797ab
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ AC_CHECK_DECLS([program_invocation_short_name], [], [], [[
dnl Checks for library functions.
VL_LIB_READLINE
AC_CHECK_FUNCS(strptime fmemopen gmtime_r reallocf wcstombs_l vasprintf vasnprintf)
AC_CHECK_FUNCS(strptime fmemopen gmtime_r reallocf wcstombs_l mbstowcs_l vasprintf vasnprintf)
AM_GCC_ATTRIBUTE_ALIAS