From 708f4f9dd83ef4cd8b530b99e2f7c3fdb2627c8d Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 29 Apr 2016 11:34:17 -0400 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- ConfigureChecks.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'ConfigureChecks.cmake') 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) -- cgit v1.2.1