aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-09-20 11:36:32 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-09-20 11:36:32 +0000
commit670d07a4dd53af54df031b9a204cb1641463ae8f (patch)
tree29c76d62f56d8eb50d3722134e36964195120790 /configure.in
parentd51fca1af73903f843077d2c284794e100f4da35 (diff)
downloadlibfuse-670d07a4dd53af54df031b9a204cb1641463ae8f.tar.gz
fix
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 5a8bc2f..7553c20 100644
--- a/configure.in
+++ b/configure.in
@@ -26,8 +26,6 @@ AC_ARG_ENABLE(util,
[ --enable-util Compile with util ])
AC_ARG_ENABLE(example,
[ --enable-example Compile with examples ])
-AC_ARG_ENABLE(auto-modprobe,
- [ --enable-auto-modprobe Automatically insert kernel module])
subdirs2="include"
@@ -44,10 +42,6 @@ fi
if test "$enable_example" != "no"; then
subdirs2="$subdirs2 example";
fi
-if test "$enable_auto_modprobe" = "yes"; then
- AC_DEFINE(AUTO_MODPROBE, 1, [Automatically insert kernel module])
-fi
-
AC_CHECK_FUNCS([setxattr])
AC_CHECK_MEMBERS([struct stat.st_atim])