* configure.ac (D8): Fix typo.
authorPip Cet <pipcet@protonmail.com>
Sun, 14 Jul 2024 05:41:17 +0000 (05:41 +0000)
committerPip Cet <pipcet@protonmail.com>
Sun, 14 Jul 2024 05:47:39 +0000 (05:47 +0000)
configure.ac

index 3ee332521f67724864770f72fbda9d4d089bb1fb..d054104dd17fe71f9a6a080b6f96d4521cd248cc 100644 (file)
@@ -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