projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b781871
)
configure.ac: fix typo
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Wed, 21 Aug 2019 15:38:24 +0000
(17:38 +0200)
committer
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Wed, 21 Aug 2019 15:39:25 +0000
(17:39 +0200)
Remove double "without" added by
commit
b7818712d46e9fbac7bd9dfe93dca936c101d680
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
5ac33dc
..
18314e2
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3951,7
+3951,7
@@
if test "x$with_libnetsnmpagent" = "xyes"; then
AC_CHECK_LIB([netsnmpagent], [init_agent],
[
- # libnetsnmp can be built without
without
mib loading support
+ # libnetsnmp can be built without mib loading support
AC_CHECK_LIB([netsnmp], [get_tree],
[with_libnetsnmpagent="yes"],
[with_libnetsnmpagent="no (libnetsnmp doesn't support mib loading)"]