Hostinfo day 4: Implement command processing code.
[virt-hostinfo.git] / configure.ac
index 125eb28..cc05e37 100644 (file)
@@ -34,7 +34,7 @@ dnl Check support for 64 bit file offsets.
 AC_SYS_LARGEFILE
 
 dnl C functions which may be missing on older systems.
-AC_CHECK_FUNCS([inotify_init1])
+AC_CHECK_FUNCS([inotify_init1 clock_gettime])
 
 dnl Check for required packages using pkg-config.
 PKG_CHECK_MODULES([HOSTINFOD],[apr-1 >= 1.3])