X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=configure.in;h=a7b608e18678df78c6282e54962a2baf6770685b;hb=95c74f382492999827000f544fcb6844150cda81;hp=b5dd89cf92e2a5a2e5979bcd3e12378d0181c9a5;hpb=35b24fb7fabcf6df3b37aebf70c228d5b0688d32;p=dump.git diff --git a/configure.in b/configure.in index b5dd89c..a7b608e 100644 --- a/configure.in +++ b/configure.in @@ -129,7 +129,7 @@ AC_ARG_ENABLE([largefile], [ --enable-largefile enable Large File System support (your glibc needs to support it)], if test "$enableval" = "yes" then - AC_DEFINE(_FILE_OFFSET_BITS,64) + AC_DEFINE(USE_LFS) fi , echo "Not enabling Large File System support"