From: Matthias Runge Date: Thu, 22 Aug 2019 09:50:53 +0000 (+0200) Subject: Merge pull request #3261 from ffontaine/master X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=d9993baf272b4b51a304e0de40b9720bc52d31d8;hp=b7818712d46e9fbac7bd9dfe93dca936c101d680 Merge pull request #3261 from ffontaine/master configure.ac: fix typo --- diff --git a/configure.ac b/configure.ac index 5ac33dc7..18314e2a 100644 --- 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)"]