projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56e837
)
* configure.ac (D8): Fix typo.
author
Pip Cet
<pipcet@protonmail.com>
Sun, 14 Jul 2024 05:41:17 +0000
(
05:41
+0000)
committer
Pip Cet
<pipcet@protonmail.com>
Sun, 14 Jul 2024 05:47:39 +0000
(
05:47
+0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 3ee332521f67724864770f72fbda9d4d089bb1fb..d054104dd17fe71f9a6a080b6f96d4521cd248cc 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1026,7
+1026,7
@@
Please verify that the path to the SDK build tools you specified is correct])
fi
AC_PATH_PROGS([D8], [d8], [], "${SDK_BUILD_TOOLS}:$PATH")
- if test "D8" = ""; then
+ if test "
$
D8" = ""; then
AC_MSG_ERROR([The Android dexer was not found.
Please verify that the path to the SDK build tools you specified is correct])
fi