projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab52d2a
)
configure: Drop unnecessary double-quote character
author
Andrew Jeffery
<andrew@aj.id.au>
Fri, 13 Aug 2021 01:44:13 +0000
(11:14 +0930)
committer
Bartosz 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 351d5479a319de4b8d323ec5eb75db9a111ee701..ce6de99c1eddbddf2918c7f4ac4ddadcf6facecf 100644
(file)
--- 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