summaryrefslogtreecommitdiffstats
path: root/m4/clock_gettime.m4
blob: d93b680cae24ed6f297cf73bd5d48f6be49dc658 (plain)
1
2
3
4
5
AC_DEFUN([DOVECOT_CLOCK_GETTIME], [
  AC_SEARCH_LIBS(clock_gettime, rt, [
    AC_DEFINE(HAVE_CLOCK_GETTIME,, [Define if you have the clock_gettime function])
  ])
])