aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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