summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Gursky <andrey.gursky@e-mail.ua>2015-11-20 03:25:28 +0100
committerColin Walters <walters@verbum.org>2015-12-07 20:52:10 -0500
commite9c9ff607c024b6daecccb577923c62c0f63cf63 (patch)
tree18a856d1ded4bf83c662d59a1a1f8c485fb9397f
parentb3e0caa3e3a2c06e61f49f62112ca9b7f94840db (diff)
downloadglib-e9c9ff607c024b6daecccb577923c62c0f63cf63.tar.gz
Add missing checks for gnulib vasnprintf()
Commit 212e4232e7520b2e328e3e965ed792e17b12e144 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
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 339defc8a..13489a723 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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