diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 315886d..adc9234 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -AC_INIT(fuse, 3.0-pre0) +AC_INIT(fuse, 2.2-pre0) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(include/config.h) @@ -14,7 +14,7 @@ if test -z "$mkdir_p"; then fi CFLAGS="-Wall -W -g -O2" -CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT" +CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=22" AC_ARG_ENABLE(kernel-module, [ --enable-kernel-module Compile kernel module ]) |