[PATCH libgpiod 1/2] configure: Fix 'flase' typo in bats dependency test
From: Andrew Jeffery <hidden>
Date: 2021-08-13 01:44:27
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Andrew Jeffery <hidden>
Date: 2021-08-13 01:44:27
Subsystem:
the rest · Maintainer:
Linus Torvalds
Hopefully this helps identify the failure early in confiure rather than late when the tests should be executed. Signed-off-by: Andrew Jeffery <redacted> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index e0a917f54cf2..351d5479a319 100644
--- a/configure.ac
+++ b/configure.ac@@ -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
--
2.30.2