]> git.ipfire.org Git - thirdparty/pdns.git/blame - m4/pdns_check_clock_gettime.m4
recursor RPMs: fix --with-net-snmp typo
[thirdparty/pdns.git] / m4 / pdns_check_clock_gettime.m4
CommitLineData
bcd17c71
RK
1AC_DEFUN([PDNS_CHECK_CLOCK_GETTIME],[
2 OLD_LIBS="$LIBS"; LIBS=""
85c7ca75 3 AC_SEARCH_LIBS([clock_gettime], [rt], [AC_DEFINE(HAVE_CLOCK_GETTIME, [1], [Define to 1 if you have clock_gettime])])
bcd17c71
RK
4 AC_SUBST([RT_LIBS],[$LIBS])
5 LIBS="$OLD_LIBS"
6])