emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android 3a0b3cd086e: * configure.ac: Fix typo.


From: Po Lu
Subject: feature/android 3a0b3cd086e: * configure.ac: Fix typo.
Date: Sat, 18 Feb 2023 00:09:36 -0500 (EST)

branch: feature/android
commit 3a0b3cd086ecf502e35a043401037fb4959d875c
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * configure.ac: Fix typo.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index dc6a81d9f4a..d4dad572fbe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -768,7 +768,7 @@ android_makefiles="lib/Makefile lib/gnulib.mk 
lib-src/Makefile src/Makefile"
 AC_ARG_VAR([JAVAC], [Java compiler path.  Used for Android.])
 AC_ARG_VAR([JARSIGNER], [Java package signer path.  Used for Android.])
 AC_ARG_VAR([APKSIGNER], [Android package signer path.  Used for Android.])
-AC_ARG_VAR([SDK_BULD_TOOLS], [Path to the Android SDK build tools.])
+AC_ARG_VAR([SDK_BUILD_TOOLS], [Path to the Android SDK build tools.])
 
 if test "$with_android" = "yes"; then
    AC_MSG_ERROR([Please specify the path to the Android.jar file, like so:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]