]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac (D8): Fix typo.
authorPip Cet <pipcet@protonmail.com>
Sun, 14 Jul 2024 05:41:17 +0000 (05:41 +0000)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 17:39:18 +0000 (19:39 +0200)
(cherry picked from commit 174a0b7642bd2d8bc397a73afc647a799e873e20)

configure.ac

index 475ffe21675ed953a81345891665587a93e1e18d..50c04b81bc17b48baeded2557ca68ac7d45982d0 100644 (file)
@@ -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