summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cdf46d4c7..ebce20254 100644
--- a/configure.ac
+++ b/configure.ac
@@ -153,6 +153,7 @@ m4_include([src/external/libnl.m4])
m4_include([src/external/systemd.m4])
m4_include([src/external/pac_responder.m4])
m4_include([src/external/signal.m4])
+m4_include([src/external/inotify.m4])
m4_include([src/external/libndr_nbt.m4])
WITH_UNICODE_LIB
@@ -251,7 +252,7 @@ if test x$cryptolib = xlibcrypto; then
AM_CHECK_LIBCRYPTO
fi
-AC_CHECK_HEADERS([sys/inotify.h])
+AM_CHECK_INOTIFY
AC_CHECK_HEADERS([sasl/sasl.h],,AC_MSG_ERROR([Could not find SASL headers]))