mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[scan] Use libmount to detect filesystem mount events
Resolves issue #1897
This commit is contained in:
@@ -103,6 +103,9 @@ AC_SEARCH_LIBS([copy_file_range], [c],
|
||||
AC_SEARCH_LIBS([fcopyfile], [c],
|
||||
[AC_DEFINE([HAVE_FCOPYFILE], 1,
|
||||
[Define to 1 if you have fcopyfile])])
|
||||
AC_SEARCH_LIBS([mnt_new_monitor], [mount],
|
||||
[AC_DEFINE([HAVE_LIBMOUNT], 1,
|
||||
[Define to 1 if you have libmount])])
|
||||
|
||||
AC_SEARCH_LIBS([log10], [m])
|
||||
AC_SEARCH_LIBS([lrint], [m])
|
||||
|
||||
Reference in New Issue
Block a user