summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/configure.ac
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-25 02:32:12 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-25 02:32:12 +0100
commitc3bb673e376492360c895e3f70f49cbbdb48bbaf (patch)
tree06995c131eac1424dd02fe383dba2d4293d653cf /sysdeps/unix/sysv/linux/configure.ac
parentd7e5ff94db82853ff8e29017e535132bfc45b2c9 (diff)
parent74509f87ae6e2ee8b87dec41c4e2d45fe2fae88f (diff)
Merge commit 'refs/top-bases/t/tls-threadvar' into t/tls-threadvar
Conflicts: sysdeps/mach/hurd/bits/libc-tsd.h
Diffstat (limited to 'sysdeps/unix/sysv/linux/configure.ac')
-rw-r--r--sysdeps/unix/sysv/linux/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/configure.ac b/sysdeps/unix/sysv/linux/configure.ac
index 1be921f65e..90cbf4894d 100644
--- a/sysdeps/unix/sysv/linux/configure.ac
+++ b/sysdeps/unix/sysv/linux/configure.ac
@@ -105,6 +105,12 @@ else
*** compatible kernel version])
fi
+# Until we start requiring 2.6.37+ headers, we need to check for the
+# availability of linux/fanotify.h for testing purposes.
+AC_CHECK_HEADER(linux/fanotify.h,
+ [AC_DEFINE(HAVE_LINUX_FANOTIFY_H)], ,
+ [/* No default includes. */])
+
# The result of the above test for the use of the FDE code is invalid if
# the user overrides the decision about the minimum ABI.
if test "$oldest_abi" != default && test "2.2.4" \< "$oldest_abi"; then