diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/configure.ac')
-rw-r--r-- | sysdeps/unix/sysv/linux/configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/unix/sysv/linux/configure.ac b/sysdeps/unix/sysv/linux/configure.ac index b3e74bd2e2..13abda0a51 100644 --- a/sysdeps/unix/sysv/linux/configure.ac +++ b/sysdeps/unix/sysv/linux/configure.ac @@ -65,12 +65,6 @@ 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. */]) - if test -n "$sysheaders"; then CPPFLAGS=$OLD_CPPFLAGS fi |