configure: enable check for snprintf()

b2e64587 adds the check but it is commented for unknown reason. Enable
it to use advantage of system snprintf() implementation.
This commit is contained in:
Dmitry Podgorny
2020-04-02 22:12:30 +03:00
parent 5530ac690f
commit 37b12ad788

View File

@@ -32,7 +32,7 @@ AC_ARG_ENABLE([cares],
[AS_HELP_STRING([--enable-cares], [use c-ares for DNS resolution])])
AC_SEARCH_LIBS([socket], [network socket])
#AC_CHECK_FUNCS([snprintf vsnprintf])
AC_CHECK_FUNCS([snprintf vsnprintf])
if test "x$enable_tls" != xno; then
PKG_CHECK_MODULES([openssl], [openssl],