mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Disable C23 for Android builds
* configure.ac (ac_cv_prog_cc_c23): Define to no when configuring for Android.
This commit is contained in:
parent
386e4642dc
commit
32fc382e9e
1 changed files with 4 additions and 0 deletions
|
|
@ -49,6 +49,10 @@ if test "$XCONFIGURE" = "android"; then
|
|||
CFLAGS="$CFLAGS -D_FILE_OFFSET_BITS=32"
|
||||
enable_largefile=no
|
||||
enable_year2038=no])
|
||||
# C23 cannot be enabled for Android builds on account of
|
||||
# incompatibilities in many external dependencies (glib, librsvg,
|
||||
# etc.) and system headers.
|
||||
ac_cv_prog_cc_c23=no
|
||||
fi
|
||||
|
||||
dnl Set emacs_config_options to the options of 'configure', quoted for the shell,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue