diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 228da5758c..911d487cb7 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -76,7 +76,7 @@ cmake_pop_check_state() # and there's not actually a function named floorl() # check_symbol_exists("floorl" "math.h" HAVE_FLOORL) -check_function_exists("gethostbyname2" HAVE_GETHOSTBYNAME2) +check_function_exists("getaddrinfo" HAVE_GETADDRINFO) check_function_exists("getopt_long" HAVE_GETOPT_LONG) if(HAVE_GETOPT_LONG) if(HAVE_GETOPT_H) |