Hostinfo day 2: Implement the daemon.
[virt-hostinfo.git] / configure.ac
index cbb64c7..125eb28 100644 (file)
@@ -33,6 +33,9 @@ AM_PROG_CC_C_O
 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])
+
 dnl Check for required packages using pkg-config.
 PKG_CHECK_MODULES([HOSTINFOD],[apr-1 >= 1.3])