summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2011-08-10 08:40:45 -0700
committerdormando <dormando@rydia.net>2011-08-10 08:44:52 -0700
commit569decdbb140b989fbd517a0dd6082363a21f854 (patch)
treee6d79cda4e0c1ee9b4f0dbf41f699af0c04be9f3 /configure.ac
parent51b68daa195ba37af1c87ba324eea504bd4cacdd (diff)
downloadmemcached-569decdbb140b989fbd517a0dd6082363a21f854.tar.gz
Do the monotonic clock ourselves1.4.7-rc11.4.7
I've still removed the "set the time now" stuff that the flush_all commands do. They push to one second in the past, and with some startup fudge the tests all pass. Relying on libevent's firing of clock_handler was drifting ~5ms per tick. Fudging it further wouldn't be a great idea.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 066d06c..1e3893e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -418,6 +418,7 @@ AC_CHECK_FUNCS(mlockall)
AC_CHECK_FUNCS(getpagesizes)
AC_CHECK_FUNCS(memcntl)
AC_CHECK_FUNCS(sigignore)
+AC_CHECK_FUNCS(clock_gettime)
AC_DEFUN([AC_C_ALIGNMENT],
[AC_CACHE_CHECK(for alignment, ac_cv_c_alignment,