mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
* configure.ac (D8): Fix typo.
This commit is contained in:
parent
c56e837a10
commit
174a0b7642
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue