summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2016-04-29 11:34:17 -0400
committerAnders Broman <a.broman58@gmail.com>2016-04-30 07:21:34 +0000
commit708f4f9dd83ef4cd8b530b99e2f7c3fdb2627c8d (patch)
tree9279a7963cd9bd463e3665e25391d2fb5be69328 /ConfigureChecks.cmake
parent8ac0293cba986215bcd54c204504123e65e66dfd (diff)
downloadwireshark-708f4f9dd83ef4cd8b530b99e2f7c3fdb2627c8d.tar.gz
Don't bother checking for getaddrinfo(): we don't use it.
Since Ie5e670b769eb0674950f3679ef511047641c2873 we no longer support synchronous name resolution. Change-Id: Icc65bd665bd610d89f894549e77608cfb5ef4c53 Reviewed-on: https://code.wireshark.org/review/15165 Petri-Dish: Jeff Morriss <jeff.morriss.ws@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 5eaf77f163..c4c2b47d54 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -104,8 +104,6 @@ check_symbol_exists("floorl" "math.h" HAVE_FLOORL)
check_symbol_exists("lrint" "math.h" HAVE_LRINT)
cmake_pop_check_state()
-check_function_exists("getaddrinfo" HAVE_GETADDRINFO)
-
check_function_exists("getopt_long" HAVE_GETOPT_LONG)
if(HAVE_GETOPT_LONG)
if(HAVE_GETOPT_H)