summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Orton <joe@manyfish.uk>2022-07-20 17:09:21 +0100
committerJoe Orton <jorton@apache.org>2022-07-20 18:49:05 +0100
commit00cab80584608d970d7c2aea5fc6d494fd6c0d46 (patch)
tree86a287d26aa4a7bb4c6c2bf0ae2695e59222d4cd
parentba4f21e9f297194e2d9c94fada8df11c7b87742a (diff)
downloadneon-git-00cab80584608d970d7c2aea5fc6d494fd6c0d46.tar.gz
* macros/neon.m4 (LIBNEON_SOURCE_CHECKS): Check for gettimeofday.
-rw-r--r--macros/neon.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/neon.m4 b/macros/neon.m4
index 129d4ac..dcf7eb1 100644
--- a/macros/neon.m4
+++ b/macros/neon.m4
@@ -658,7 +658,7 @@ NE_LARGEFILE
AC_REPLACE_FUNCS(strcasecmp)
AC_CHECK_FUNCS([signal setvbuf setsockopt stpcpy poll fcntl getsockopt \
- explicit_bzero sendmsg])
+ explicit_bzero sendmsg gettimeofday])
if test "x${ac_cv_func_poll}${ac_cv_header_sys_poll_h}y" = "xyesyesy"; then
AC_DEFINE([NE_USE_POLL], 1, [Define if poll() should be used])