diff options
| author | Po Lu | 2023-03-17 10:03:43 +0800 |
|---|---|---|
| committer | Po Lu | 2023-03-17 10:03:43 +0800 |
| commit | b37bb4279c7541cac6596747ea0951e8f02462ec (patch) | |
| tree | 96c12c17a5cfdc501cc78320b1695dbda0855c6f | |
| parent | 3702389a50314903503beb6d376b5d1af00e4f56 (diff) | |
| download | emacs-b37bb4279c7541cac6596747ea0951e8f02462ec.tar.gz emacs-b37bb4279c7541cac6596747ea0951e8f02462ec.zip | |
; * configure.ac: Add missing precious variable.
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 88c1b6667fa..1dfd880eaa9 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -810,6 +810,7 @@ android_makefiles="lib/Makefile lib/gnulib.mk lib-src/Makefile src/Makefile" | |||
| 810 | # This is whether or not to package mailutils into the executable. | 810 | # This is whether or not to package mailutils into the executable. |
| 811 | emacs_use_mailutils= | 811 | emacs_use_mailutils= |
| 812 | 812 | ||
| 813 | AC_ARG_VAR([ANDROID_CC], [The Android C cross-compiler.]) | ||
| 813 | AC_ARG_VAR([SDK_BUILD_TOOLS], [Name of directory holding Android SDK build-tools.]) | 814 | AC_ARG_VAR([SDK_BUILD_TOOLS], [Name of directory holding Android SDK build-tools.]) |
| 814 | AC_ARG_VAR([ANDROID_CFLAGS], [Flags given to the Android C cross-compiler.]) | 815 | AC_ARG_VAR([ANDROID_CFLAGS], [Flags given to the Android C cross-compiler.]) |
| 815 | AC_ARG_VAR([JAVAC], [Java compiler path. Used for Android.]) | 816 | AC_ARG_VAR([JAVAC], [Java compiler path. Used for Android.]) |