Skip to content

Commit 52cb287

Browse files
[3.14] gh-127146: Enable large files on Emscripten (GH-135635) (#135655)
Large files have been fully supported by Emscripten for a long time. (cherry picked from commit 01c80b2) Co-authored-by: Hood Chatham <[email protected]>
1 parent 1429eef commit 52cb287

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

configure

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3172,10 +3172,6 @@ if test "$ac_cv_sizeof_off_t" -gt "$ac_cv_sizeof_long" -a \
31723172
else
31733173
have_largefile_support="no"
31743174
fi
3175-
dnl LFS does not work with Emscripten 3.1
3176-
AS_CASE([$ac_sys_system],
3177-
[Emscripten], [have_largefile_support="no"]
3178-
)
31793175
AS_VAR_IF([have_largefile_support], [yes], [
31803176
AC_DEFINE([HAVE_LARGEFILE_SUPPORT], [1],
31813177
[Defined to enable large file support when an off_t is bigger than a long

0 commit comments

Comments
 (0)