Markus Metz wrote:

> To avoid confusion, on MINGW32 it would be better to not use
> _FILE_OFFSET_BITS=64 and don't set USE_LARGEFILES and HAVE_LARGEFILES
> even if LFS is requested? Unset/undefine somewhere in configure.in or
> a bit later in config.h.in USE_LARGEFILES and HAVE_LARGEFILES for
> MINGW32?

How about:

 if test $ac_cv_largefiles = yes; then
        USE_LARGEFILES=1
+       if test "$MINGW32" = yes ; then
+               AC_MSG_ERROR([*** --enable-largefile doesn't work on Windows])
+       fi
 fi

?

-- 
Glynn Clements <[email protected]>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to