X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=configure.in;h=7906e16dd3c780fb639f2581a7815574309907ef;hb=79dfd5d87f557a7914002362e78920ad42243ac9;hp=dcb6bfb7296c4de2062594f5add1bd55bc82f677;hpb=3e8155728d2469ce44eb1ac742c551851bbe0d4f;p=dump.git diff --git a/configure.in b/configure.in index dcb6bfb..7906e16 100644 --- a/configure.in +++ b/configure.in @@ -122,6 +122,19 @@ fi echo "Using new style F script" ) +dnl +dnl Handle --enable-largefile +dnl +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) +fi +, +echo "Not enabling Large File System support" +) + dnl dnl set $(CC) from --with-cc=value dnl