From 5c425a82faff16dde43e01eba19766d258f1b5ca Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Wed, 21 Aug 2019 17:38:24 +0200 Subject: [PATCH] configure.ac: fix typo Remove double "without" added by commit b7818712d46e9fbac7bd9dfe93dca936c101d680 Signed-off-by: Fabrice Fontaine --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)"] -- 2.11.0