efl: common inotify checks, simplified.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 6 Dec 2012 13:02:59 +0000 (13:02 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Thu, 6 Dec 2012 13:02:59 +0000 (13:02 +0000)
commit6a5eaacc6ada22808ec8515ef2b414883f4f59fe
tree11ddc57ab808907ac2652e57a2f1cde8335eec81
parente3178a936d09c417ad9935c2304bf211fe8de345
efl: common inotify checks, simplified.

Another try to make inotify checks more common.

This time uses AC_CHECK_HEADERS() as for others, that already define
HAVE_SYS_INOTIFY_H, then uses that.

I still kept AM_CONDITIONAL([HAVE_INOTIFY]) because I plan to convert
ecore_file to the same, smarter, method that is used in eio (compiling
the file depending on the backend.

SVN revision: 80358
configure.ac
m4/eio_check_options.m4
src/Makefile_Eio.am
src/lib/ecore_file/ecore_file_monitor.c
src/lib/ecore_file/ecore_file_monitor_inotify.c
src/lib/ecore_file/ecore_file_private.h
src/lib/eio/eio_monitor_inotify.c
src/lib/eio/eio_monitor_poll.c