From 0b6a0adc4d44e5b9d0855e257091eec643f3a185 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sat, 4 Dec 2004 00:40:50 +0000 Subject: backward compatibility --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') 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 ]) -- cgit v1.2.3