X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=configure.ac;h=a6d63e841067f736ed7bba8c35894d7db3120cff;hb=71f480591aa3dd80c19b71cfaa1fb3b1a93e4d6f;hp=c9068313a751f57f9561213a9f14cb11d983df36;hpb=14a062eb59e6650a8a7d729149c13fd568525a51;p=deb_libnfs.git diff --git a/configure.ac b/configure.ac index c906831..a6d63e8 100644 --- a/configure.ac +++ b/configure.ac @@ -18,6 +18,9 @@ if test "$SAVE_CFLAGS" = "x"; then CFLAGS="" fi +# We always want 64 bit file offsets +CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64" + AC_CHECK_PROG([HAVE_RPCGEN], [rpcgen], [yes], [no]) if test x$HAVE_RPCGEN != xyes; then AC_MSG_ERROR([Can not find required program])