summaryrefslogtreecommitdiffstats
path: root/src/external/inotify.m4
Commit message (Collapse)AuthorAgeFilesLines
* AUTOTOOLS: More robust detection of inotify.Lukas Slebodnik2013-09-091-0/+32
We checked only header file "sys/inotify" for detection whether inotify works. Some platforms do not have built in inotify, but contain library, which provides inotify-compatible interface. This patch adds more robust detection of inotify in configuration time and appends linker flags to Makefile if inotify is provided by library.