aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/configure.ac
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-10-26 15:29:06 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-10-26 15:29:06 +0000
commitd9079a75b14b73e7953adf4958709b1e5ab3804c (patch)
tree6c20aef91825f2d4d62e18080579be7a1d54f62e /kernel/configure.ac
parent2c650415ef3e655dbe1c6d39b8fc65c3a6efe998 (diff)
downloadlibfuse-d9079a75b14b73e7953adf4958709b1e5ab3804c.tar.gz
atomic open+create added
Diffstat (limited to 'kernel/configure.ac')
-rw-r--r--kernel/configure.ac8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/configure.ac b/kernel/configure.ac
index 5a1f80d..41ebafc 100644
--- a/kernel/configure.ac
+++ b/kernel/configure.ac
@@ -104,6 +104,14 @@ if test "$ENABLE_FUSE_MODULE" = y; then
AC_MSG_RESULT([no])
fi
+ AC_MSG_CHECKING([whether lookup_instantiate_filp is defined])
+ if test -f $kernelsrc/include/linux/namei.h && egrep -q "lookup_instantiate_filp" $kernelsrc/include/linux/namei.h; then
+ AC_DEFINE(HAVE_LOOKUP_INSTANTIATE_FILP, 1, [lookup_instantiate_filp() is defined])
+ AC_MSG_RESULT([yes])
+ else
+ AC_MSG_RESULT([no])
+ fi
+
isuml=no
KERNELMAKE_PARAMS=
KERNELCPPFLAGS=