Fix year 2038 code for Android 4.4 and earlier
* configure.ac: Also disable enable_year2038.
This commit is contained in:
parent
89584de2a5
commit
4247b2a723
1 changed files with 2 additions and 2 deletions
|
@ -40,9 +40,9 @@ if test "$XCONFIGURE" = "android"; then
|
|||
CFLAGS="$ANDROID_CFLAGS -Werror=implicit-function-declaration"
|
||||
# Don't explicitly enable support for large files unless Emacs is
|
||||
# being built for API 21 or later. Otherwise, mmap does not work.
|
||||
if test "$ANDROID_SDK" -lt "21"; then
|
||||
AS_IF([test "$ANDROID_SDK" -lt "21"], [
|
||||
enable_largefile=no
|
||||
fi
|
||||
enable_year2038=no])
|
||||
fi
|
||||
|
||||
dnl Set emacs_config_options to the options of 'configure', quoted for the shell,
|
||||
|
|
Loading…
Add table
Reference in a new issue