build: disable epoll and inotify checking outside linux
authorDaniel Kolesa <d.kolesa@osg.samsung.com>
Fri, 13 Apr 2018 13:07:53 +0000 (15:07 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 28 May 2018 10:26:03 +0000 (19:26 +0900)
commit8cccd293aaffead1cac9f266257d053288c13663
tree06b8ff30eea23d1f20452affd252632ee6774094
parent48a34d19e151fe3427f5c3fa16dffa79b5a020c5
build: disable epoll and inotify checking outside linux

While compat shims exist for systems outside linux to provide
both, these require extra linkage and we're currently not set
up for that, besides we have native kqueue impls where relevant
so it's probably best to just disable.
configure.ac