[scan] Revert libmount commits due to MacOS/FreeBSD build errors

Reverts 3be8e4f and e607019
This commit is contained in:
ejurgensen
2025-08-21 23:50:00 +02:00
parent 3be8e4f479
commit d16343bddc
5 changed files with 21 additions and 255 deletions

View File

@@ -103,9 +103,6 @@ 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])