aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-03-19 13:47:37 +0100
committerAnton Khirnov <anton@khirnov.net>2020-03-19 13:48:47 +0100
commitc0c84d6fc686e4eff49c9a1010bb16846345fe86 (patch)
treeb755f7264c53261e7059ba19442e96e1d060e425
parent61f0aecf884538c39e0a1bd79f00e9835fd77a35 (diff)
configure: update the inotify check
-rwxr-xr-xconfigure4
1 files 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