configure.ac: fix typo
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 21 Aug 2019 15:38:24 +0000 (17:38 +0200)
committerFabrice 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

index 5ac33dc..18314e2 100644 (file)
@@ -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)"]