From 87f30a9b2558d68e8edd3849291c381691dadfae Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Tue, 13 Apr 2004 10:49:54 +0000 Subject: _FILE_OFFSET_BITS checking --- configure.in | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.in') 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 ]) -- cgit v1.2.3