Turn on libmount by default on linux

Desktop / GNOME / GLib - Owen W. Taylor [fishsoup.net] - 18 September 2016 06:54 UTC

The libmount code produces somewhat different results than the older Linux code that would parse /proc/mounts; for example, bind mounts appear in the libmount output. To try and get as many GLib users as possible to have the same behavior, on Linux, make GLib error out on missing libmount unless --disable-libmount is passed.

https://bugzilla.gnome.org/show_bug.cgi?id=771438

496cd8a Turn on libmount by default on linux
configure.ac | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

Upstream: git.gnome.org


  • Share