Whamcloud - gitweb
configure: don't fail if /usr/include/sys/mount.h does not exist
authorTheodore Ts'o <tytso@mit.edu>
Wed, 13 Nov 2019 18:55:29 +0000 (13:55 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 13 Nov 2019 18:55:29 +0000 (13:55 -0500)
commitb9bb6a512ef566b43b7734fe1c5177c15b6a7d25
tree2a55e5ec51b76e34afafd7b6a5da105832109073
parentea4d53b7b9079fd6e2cc34cf569a993a183bfbd2
configure: don't fail if /usr/include/sys/mount.h does not exist

The AX_CHECK_MOUNT_OPT macro fails if /usr/include/sys/mount.h.
Unfortunately, the GNU HURD doesn't have this header file.  Drop the
requirement, since if it doesn't exist, the macro will assume that
given mount options don't exist, which for e2fsprogs is used to test
to for the existence of the mount options nosuid and nodev.  This is
only used for fuse2fs, and HURD doesn't support fuse2fs anyway.

Addresses-Debian-Bug: #944649
Reported-by: Svante Signell <svante.signell@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
acinclude.m4
configure