summaryrefslogtreecommitdiff
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-12-19 21:18:27 -0800
committerGuy Harris <guy@alum.mit.edu>2014-12-20 05:19:04 +0000
commit4b8639f049e98870a48a1e2c250dd7234080568f (patch)
treeb129cc899f7ac8bce1096ad5815b72d603482667 /ConfigureChecks.cmake
parent4d3c7b50deeaef8a1b54320ed78b2a523d130d76 (diff)
downloadwireshark-4b8639f049e98870a48a1e2c250dd7234080568f.tar.gz
Add a check for floorl().
Also, we don't use NEED_STRPTIME_H, we use HAVE_STRPTIME. Change-Id: I330e8ce408c05b74c50f3369691283e35e68505c Reviewed-on: https://code.wireshark.org/review/5910 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 0919b98514..a6c9d85775 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -79,6 +79,7 @@ set(CMAKE_REQUIRED_LIBRARIES %{CMAKE_DL_LIBS})
check_function_exists("dladdr" HAVE_DLADDR)
cmake_pop_check_state()
+check_function_exists("floorl" HAVE_FLOORL)
check_function_exists("gethostbyname2" HAVE_GETHOSTBYNAME2)
check_function_exists("getopt" HAVE_GETOPT)
check_function_exists("getprotobynumber" HAVE_GETPROTOBYNUMBER)