aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/configure.ac
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-01-04 19:24:31 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-01-04 19:24:31 +0000
commit3f0005fbf22f3cf932b04d69c0414f39a8df97ee (patch)
tree9b64a3b52a28fd8db90000400f67101505ef7906 /kernel/configure.ac
parent4e358806da6e8135ac3b63bf13e8aebe9c5d8ec0 (diff)
downloadlibfuse-3f0005fbf22f3cf932b04d69c0414f39a8df97ee.tar.gz
fix
Diffstat (limited to 'kernel/configure.ac')
-rw-r--r--kernel/configure.ac8
1 files changed, 0 insertions, 8 deletions
diff --git a/kernel/configure.ac b/kernel/configure.ac
index e6bf669..20a54fc 100644
--- a/kernel/configure.ac
+++ b/kernel/configure.ac
@@ -49,14 +49,6 @@ if echo "$kernsrcver" | grep -q "^2.4"; then
CFLAGS="$old_cflags"
fi
-AC_MSG_CHECKING([whether fs_subsys is declared])
-if grep -q fs_subsys $kernelsrc/include/linux/fs.h; then
- AC_DEFINE(HAVE_FS_SUBSYS, 1, [Kernel defines fs_subsys])
- AC_MSG_RESULT([yes])
-else
- AC_MSG_RESULT([no])
-fi
-
AC_MSG_CHECKING([if kernel has extended attribute support])
if test -f $kernelsrc/include/linux/xattr.h; then
AC_DEFINE(HAVE_KERNEL_XATTR, 1, [Kernel has xattr support])