From: Pip Cet Date: Sun, 14 Jul 2024 05:41:17 +0000 (+0000) Subject: * configure.ac (D8): Fix typo. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~701 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=174a0b7642bd2d8bc397a73afc647a799e873e20;p=emacs.git * configure.ac (D8): Fix typo. --- 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]) 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