From: Andrew Jeffery Date: Fri, 13 Aug 2021 01:44:13 +0000 (+0930) Subject: configure: Drop unnecessary double-quote character X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cf5002b772962274a11f6a6823d3937931e1b05e;p=qemu-gpiodev%2Flibgpiod.git configure: Drop unnecessary double-quote character The double-quote was also missing its matching pair. Signed-off-by: Andrew Jeffery Signed-off-by: Bartosz Golaszewski --- diff --git a/configure.ac b/configure.ac index 351d547..ce6de99 100644 --- a/configure.ac +++ b/configure.ac @@ -139,7 +139,7 @@ then AC_CHECK_PROG([has_bats], [bats], [true], [false]) if test "x$has_bats" = "xfalse" then - AC_MSG_NOTICE(["bats not found - gpio-tools tests cannot be run]) + AC_MSG_NOTICE([bats not found - gpio-tools tests cannot be run]) fi fi fi