From c75d6298b4d083b5e8b99117602e75fbe9ddd45b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 16 Jun 2008 14:16:02 +0000 Subject: Remove fuse kernel module sources --- configure.in | 6 ------ 1 file changed, 6 deletions(-) (limited to 'configure.in') 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 -- cgit v1.2.3