aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPip Cet2024-07-14 05:41:17 +0000
committerPip Cet2024-07-14 05:47:39 +0000
commit174a0b7642bd2d8bc397a73afc647a799e873e20 (patch)
treeaddb79ce543b74d6e2199467c02b79b410f250aa
parentc56e837a10eb34cbe04da8f2c16ebcae7f70704b (diff)
downloademacs-174a0b7642bd2d8bc397a73afc647a799e873e20.tar.gz
emacs-174a0b7642bd2d8bc397a73afc647a799e873e20.zip
* configure.ac (D8): Fix typo.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3ee332521f6..d054104dd17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1026,7 +1026,7 @@ Please verify that the path to the SDK build tools you specified is correct])
1026 fi 1026 fi
1027 1027
1028 AC_PATH_PROGS([D8], [d8], [], "${SDK_BUILD_TOOLS}:$PATH") 1028 AC_PATH_PROGS([D8], [d8], [], "${SDK_BUILD_TOOLS}:$PATH")
1029 if test "D8" = ""; then 1029 if test "$D8" = ""; then
1030 AC_MSG_ERROR([The Android dexer was not found. 1030 AC_MSG_ERROR([The Android dexer was not found.
1031Please verify that the path to the SDK build tools you specified is correct]) 1031Please verify that the path to the SDK build tools you specified is correct])
1032 fi 1032 fi