aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-04-13 10:49:54 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-04-13 10:49:54 +0000
commit87f30a9b2558d68e8edd3849291c381691dadfae (patch)
treeed14fd0b39aa22ed4d70f8be2cfa4f5f1fd30697 /configure.in
parent7f6bc8968ff6ca488991b0c5b1b9c4846dc1ccda (diff)
downloadlibfuse-87f30a9b2558d68e8edd3849291c381691dadfae.tar.gz
_FILE_OFFSET_BITS checking
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index bc272f1..cd943fe 100644
--- a/configure.in
+++ b/configure.in
@@ -11,6 +11,7 @@ fi
AC_SUBST(LD)
CFLAGS="-Wall -W -g -O2"
+CPPFLAGS="$(CPPFLAGS) -D_FILE_OFFSET_BITS=64"
AC_ARG_ENABLE(kernel-module,
[ --enable-kernel-module Compile kernel module, requires --with-kernel option ])