Commit af50de08 authored by Geoff Simmons's avatar Geoff Simmons

actually check for the functions for which conditional code is used

in vtim.c
parent 9a5d149b
......@@ -66,6 +66,10 @@ AC_CHECK_HEADERS([execinfo.h])
# Check for library functions
AC_CHECK_FUNCS([getline])
AC_CHECK_FUNCS([gethrtime])
AC_CHECK_FUNCS([clock_gettime])
AC_CHECK_FUNCS([timegm])
AC_CHECK_FUNCS([nanosleep])
## From Varnish configure.ac
# white lie - we don't actually test it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment