summaryrefslogtreecommitdiff
path: root/sysutils/inotify-tools/files/patch-configure.ac
blob: 4ecbb4ede887f57d8aa20bb917df239b99ade6c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- configure.ac.orig	2014-11-09 20:57:04 UTC
+++ configure.ac
@@ -44,6 +44,7 @@ AM_CONDITIONAL([STATIC_BINARY_ENABLE], t
 
 
 # Checks for libraries.
+AC_SEARCH_LIBS(inotify_init, inotify)
 
 # Checks for header files.
 AC_CHECK_HEADERS([sys/inotify.h mcheck.h])