0dbb30a AUTOTOOLS: More robust detection of inotify.

4 files Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    AUTOTOOLS: More robust detection of inotify.
    
    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.
    
        
file modified
+1 -0
file modified
+2 -1
file modified
+4 -4