Merge pull request #3261 from ffontaine/master
authorMatthias Runge <mrunge@redhat.com>
Thu, 22 Aug 2019 09:50:53 +0000 (11:50 +0200)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2019 09:50:53 +0000 (11:50 +0200)
configure.ac: fix typo

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)"]