]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Fix typo.
authorPo Lu <luangruo@yahoo.com>
Sat, 18 Feb 2023 05:05:03 +0000 (13:05 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 18 Feb 2023 05:05:03 +0000 (13:05 +0800)
configure.ac

index dc6a81d9f4af25a9044efdc8477086c4a3b130e2..d4dad572fbeffff99b9b3bc1b1a38ed469fe3132 100644 (file)
@@ -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: