Add missing checks for gnulib vasnprintf()

Commit 212e4232e7 introduced a big update
of gnulib. Necessary changes to configure.ac from old gnulib commit
e8e63d1b31bca6c82713cba490b21a861abb24b5 have been forgotten. Actually
available functions are not discovered by autotools.

https://bugzilla.gnome.org/show_bug.cgi?id=759134
This commit is contained in:
Andrey Gursky 2015-11-20 03:25:28 +01:00 committed by Colin Walters
parent b3e0caa3e3
commit e9c9ff607c

View File

@ -1155,7 +1155,7 @@ gt_TYPE_WINT_T
AC_TYPE_SIZE_T
AC_CHECK_TYPES(ptrdiff_t)
jm_AC_TYPE_INTMAX_T
AC_CHECK_FUNCS([snprintf wcslen])
AC_CHECK_FUNCS([snprintf strnlen wcslen wcsnlen mbrtowc wcrtomb])
AC_FUNC_SNPRINTF_C99
# Check if <sys/select.h> needs to be included for fd_set