configure: Drop unnecessary double-quote character
authorAndrew Jeffery <andrew@aj.id.au>
Fri, 13 Aug 2021 01:44:13 +0000 (11:14 +0930)
committerBartosz Golaszewski <brgl@bgdev.pl>
Fri, 13 Aug 2021 07:50:39 +0000 (09:50 +0200)
The double-quote was also missing its matching pair.

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

index 351d5479a319de4b8d323ec5eb75db9a111ee701..ce6de99c1eddbddf2918c7f4ac4ddadcf6facecf 100644 (file)
@@ -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