[EMAIL PROTECTED] wrote:
Author: jerenkrantz
Date: Thu Jul 13 21:20:33 2006
New Revision: 421800
URL: http://svn.apache.org/viewvc?rev=421800&view=rev
Log:
Enable LFS on mingw.
(Tweaked based on a suggestion from Joe Orton.)
Originally titled: [patch 07/17] Win32 LFS
--- apr/apr/trunk/build/apr_hints.m4 (original)
+++ apr/apr/trunk/build/apr_hints.m4 Thu Jul 13 21:20:33 2006
@@ -427,6 +427,7 @@
APR_SETIFNULL(apr_lock_method, [win32])
APR_SETIFNULL(have_unicode_fs, [1])
APR_SETIFNULL(have_proc_invoked, [1])
+ APR_SETIFNULL(apr_cv_use_lfs64, [yes])
Ewww. Not apr_ decorated. This should be private/internals.
Bill