From f867c2a849db0a0206da82eb005abc2198a3eb70 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 10 Jul 2012 00:24:59 +0200 Subject: [PATCH] FUSE: Remove invalid configure option --disable-kernel-module --- gen_compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_compile.sh b/gen_compile.sh index 3344dc4..f1c7405 100755 --- a/gen_compile.sh +++ b/gen_compile.sh @@ -578,7 +578,7 @@ compile_fuse() { cd "${FUSE_DIR}" apply_patches fuse ${FUSE_VER} print_info 1 'fuse: >> Configuring...' - ./configure --disable-kernel-module --disable-example >> ${LOGFILE} 2>&1 || + ./configure --disable-example >> ${LOGFILE} 2>&1 || gen_die 'Configuring fuse failed!' print_info 1 'fuse: >> Compiling...' MAKE=${UTILS_MAKE} compile_generic "" "" -- 2.26.2