diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2004-04-13 10:49:54 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2004-04-13 10:49:54 +0000 |
commit | 87f30a9b2558d68e8edd3849291c381691dadfae (patch) | |
tree | ed14fd0b39aa22ed4d70f8be2cfa4f5f1fd30697 /configure.in | |
parent | 7f6bc8968ff6ca488991b0c5b1b9c4846dc1ccda (diff) | |
download | libfuse-87f30a9b2558d68e8edd3849291c381691dadfae.tar.gz |
_FILE_OFFSET_BITS checking
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
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 ]) |