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:
@@ -32,7 +32,7 @@ AC_ARG_ENABLE([cares],
|
|||||||
[AS_HELP_STRING([--enable-cares], [use c-ares for DNS resolution])])
|
[AS_HELP_STRING([--enable-cares], [use c-ares for DNS resolution])])
|
||||||
|
|
||||||
AC_SEARCH_LIBS([socket], [network socket])
|
AC_SEARCH_LIBS([socket], [network socket])
|
||||||
#AC_CHECK_FUNCS([snprintf vsnprintf])
|
AC_CHECK_FUNCS([snprintf vsnprintf])
|
||||||
|
|
||||||
if test "x$enable_tls" != xno; then
|
if test "x$enable_tls" != xno; then
|
||||||
PKG_CHECK_MODULES([openssl], [openssl],
|
PKG_CHECK_MODULES([openssl], [openssl],
|
||||||
|
|||||||
Reference in New Issue
Block a user