aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2008-06-16 14:16:02 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2008-06-16 14:16:02 +0000
commitc75d6298b4d083b5e8b99117602e75fbe9ddd45b (patch)
tree13b6e2cc0f680e36c140fdcc99a6f27defeae0b4 /configure.in
parent74579f986208b82bda2b3e3d3c4b67f69e69f039 (diff)
downloadlibfuse-c75d6298b4d083b5e8b99117602e75fbe9ddd45b.tar.gz
Remove fuse kernel module sources
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.in b/configure.in
index 6c4f484..61d3ca8 100644
--- a/configure.in
+++ b/configure.in
@@ -23,8 +23,6 @@ if test "$ac_env_CFLAGS_set" != set; then
CFLAGS="-Wall -W -Wno-sign-compare -Wstrict-prototypes -Wmissing-declarations -Wwrite-strings -g -O2 -fno-strict-aliasing"
fi
-AC_ARG_ENABLE(kernel-module,
- [ --enable-kernel-module Compile kernel module ])
AC_ARG_ENABLE(lib,
[ --enable-lib Compile with library ])
AC_ARG_ENABLE(util,
@@ -42,10 +40,6 @@ AC_SUBST(pkgconfigdir)
subdirs2="include"
-if test "$arch" = linux -a "$enable_kernel_module" != "no"; then
- AC_CONFIG_SUBDIRS(kernel)
-fi
-
if test "$enable_lib" != "no"; then
subdirs2="$subdirs2 lib";
fi