aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-12-04 00:40:50 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-12-04 00:40:50 +0000
commit0b6a0adc4d44e5b9d0855e257091eec643f3a185 (patch)
tree7334ed0295c1d8bac701fea6778923bd383225e5 /configure.in
parentaa63b6b0f9d2c2e160554b788b000c5bc6f52309 (diff)
downloadlibfuse-0b6a0adc4d44e5b9d0855e257091eec643f3a185.tar.gz
backward compatibility
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
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 ])