From e045109834326e79fa02f49cd5f143f67fac975d Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 27 Jan 2006 11:19:51 +0000 Subject: fix --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index b0a5ed2..de47c21 100644 --- a/configure.in +++ b/configure.in @@ -23,7 +23,7 @@ esac if test "$ac_env_CFLAGS_set" != set; then CFLAGS="-Wall -W -g -O2" fi -CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=27" +CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26" AC_ARG_ENABLE(kernel-module, [ --enable-kernel-module Compile kernel module ]) -- cgit v1.2.3