From c0c84d6fc686e4eff49c9a1010bb16846345fe86 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Thu, 19 Mar 2020 13:47:37 +0100 Subject: configure: update the inotify check --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 81fde581..f6d9bf61 100755 --- a/configure +++ b/configure @@ -2467,8 +2467,8 @@ check_func accept4 check_func fork check_func gettimeofday check_func inet_aton $network_extralibs -check_func inotify_init -check_func inotify_init1 +check_func_headers "sys/inotify.h" inotify_init +check_func_headers "sys/inotify.h" inotify_init1 check_func mkfifo check_func pipe2 check_func strtok_r -- cgit v1.2.3