From: Colin Walters Date: Thu, 24 Aug 2023 21:24:29 +0000 (-0400) Subject: build-sys: Look for both linux/mount.h and sys/mount.h X-Git-Tag: archive/raspbian/2023.7-3+rpi1~1^2~9^2^2~2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=33ef4ae620a1854d8f146b4506dcb5a5c5709cd0;p=ostree.git build-sys: Look for both linux/mount.h and sys/mount.h Since that's what composefs uses. --- diff --git a/configure.ac b/configure.ac index c1c8ae78..20f9e4ed 100644 --- a/configure.ac +++ b/configure.ac @@ -278,6 +278,7 @@ dnl composefs won't work at all without this AC_MSG_CHECKING([for MOUNT_ATTR_IDMAP]) AC_COMPILE_IFELSE( [AC_LANG_SOURCE([[ + #include #include int foo = MOUNT_ATTR_IDMAP; ]])],