diff options
author | Matt Corallo <git@bluematt.me> | 2016-12-01 14:31:38 -0800 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2016-12-01 14:32:44 -0800 |
commit | 10ae7a7b2316f8052ec58ef237ce6dd987300900 (patch) | |
tree | b45b7d5309e7e38c6c70f7057e68ca4efd6acd66 /configure.ac | |
parent | ad826b3df9f763b49f1e3e3d50c4efdd438c7547 (diff) |
Revert "Use async name resolving to improve net thread responsiveness"
This reverts commit caf6150e9785da408f1e603ae70eae25b5202d98.
getaddrinfo_a has a nasty tendency to segfault internally in its
background thread, on every version of glibc I tested, especially
under helgrind.
See https://sourceware.org/bugzilla/show_bug.cgi?id=20874
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 319e1afe27..29e674d48e 100644 --- a/configure.ac +++ b/configure.ac @@ -512,8 +512,6 @@ if test x$TARGET_OS = xdarwin; then fi AC_CHECK_HEADERS([endian.h sys/endian.h byteswap.h stdio.h stdlib.h unistd.h strings.h sys/types.h sys/stat.h sys/select.h sys/prctl.h]) -AC_SEARCH_LIBS([getaddrinfo_a], [anl], [AC_DEFINE(HAVE_GETADDRINFO_A, 1, [Define this symbol if you have getaddrinfo_a])]) -AC_SEARCH_LIBS([inet_pton], [nsl resolv], [AC_DEFINE(HAVE_INET_PTON, 1, [Define this symbol if you have inet_pton])]) AC_CHECK_DECLS([strnlen]) |