]> git.ipfire.org Git - thirdparty/grub.git/commit
configure.ac: Fix typo by adding missing $
authorMichał Grzelak <mchl.grzlk@gmail.com>
Thu, 29 Jun 2023 18:11:04 +0000 (20:11 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 3 Jul 2023 12:15:44 +0000 (14:15 +0200)
commitb9b9705fbd0ab060a80a7f34ca986199cdecc7e9
tree602eaf80a39c8a4c279b9334e0ec100b12849bec
parent11bc42b41e7644e5aecd193b5ac77337e0395dd8
configure.ac: Fix typo by adding missing $

During configuration of SDL, variable enable_grub_emu_sdl is checked
whether to throw an error message. However, error could not happen
because two unequal strings were compared. Fix this by referencing
value of enable_grub_emu_sdl, not name.

Fixes: 17d6ac1a7 (emu: Add SDL2 support)
Signed-off-by: Michał Grzelak <mchl.grzlk@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
configure.ac