aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPo Lu2023-03-17 10:03:43 +0800
committerPo Lu2023-03-17 10:03:43 +0800
commitb37bb4279c7541cac6596747ea0951e8f02462ec (patch)
tree96c12c17a5cfdc501cc78320b1695dbda0855c6f
parent3702389a50314903503beb6d376b5d1af00e4f56 (diff)
downloademacs-b37bb4279c7541cac6596747ea0951e8f02462ec.tar.gz
emacs-b37bb4279c7541cac6596747ea0951e8f02462ec.zip
; * configure.ac: Add missing precious variable.
-rw-r--r--configure.ac1
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.
811emacs_use_mailutils= 811emacs_use_mailutils=
812 812
813AC_ARG_VAR([ANDROID_CC], [The Android C cross-compiler.])
813AC_ARG_VAR([SDK_BUILD_TOOLS], [Name of directory holding Android SDK build-tools.]) 814AC_ARG_VAR([SDK_BUILD_TOOLS], [Name of directory holding Android SDK build-tools.])
814AC_ARG_VAR([ANDROID_CFLAGS], [Flags given to the Android C cross-compiler.]) 815AC_ARG_VAR([ANDROID_CFLAGS], [Flags given to the Android C cross-compiler.])
815AC_ARG_VAR([JAVAC], [Java compiler path. Used for Android.]) 816AC_ARG_VAR([JAVAC], [Java compiler path. Used for Android.])