From dfee52af25e7a40777e44d3adb82ab911bc38443 Mon Sep 17 00:00:00 2001 From: Pip Cet Date: Sun, 14 Jul 2024 05:41:17 +0000 Subject: [PATCH] * configure.ac (D8): Fix typo. (cherry picked from commit 174a0b7642bd2d8bc397a73afc647a799e873e20) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 475ffe21675..50c04b81bc1 100644 --- a/configure.ac +++ b/configure.ac @@ -1032,7 +1032,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 -- 2.39.5