configure: Fix 'flase' typo in bats dependency test
authorAndrew Jeffery <andrew@aj.id.au>
Fri, 13 Aug 2021 01:44:12 +0000 (11:14 +0930)
committerBartosz Golaszewski <brgl@bgdev.pl>
Fri, 13 Aug 2021 07:50:14 +0000 (09:50 +0200)
Hopefully this helps identify the failure early in confiure rather than
late when the tests should be executed.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
configure.ac

index e0a917f54cf205cce41ae552c8e5512321fc291d..351d5479a319de4b8d323ec5eb75db9a111ee701 100644 (file)
@@ -137,7 +137,7 @@ then
        if test "x$with_tools" = xtrue
        then
                AC_CHECK_PROG([has_bats], [bats], [true], [false])
-               if test "x$has_bats" = "xflase"
+               if test "x$has_bats" = "xfalse"
                then
                        AC_MSG_NOTICE(["bats not found - gpio-tools tests cannot be run])
                fi