rakshasa / libtorrent

libTorrent BitTorrent library
http://rtorrent.net/downloads/
GNU General Public License v2.0
894 stars 208 forks source link

Build with/without INOTIFY #199

Open dbaio opened 5 years ago

dbaio commented 5 years ago

Hi.

Some FreeBSD users reported a build issue related with inotify.

I noted that this happens only when they have libinotify installed in their systems (a Samba dependency).

So my question is, inotify is mandatory or optional? And if it's optional, how is the best approach to disable it at build time?

Thank you in advance.

rakshasa commented 5 years ago

https://github.com/rakshasa/libtorrent/blob/master/scripts/checks.m4#L448

Need to change the check to use AC_ARG_WITH.