Skip to content

Commit 01c80b2

Browse files
authored
gh-127146: Enable large files on Emscripten (#135635)
Large files have been fully supported by Emscripten for a long time.
1 parent 504ae60 commit 01c80b2

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)