From: Jeff Lucovsky Date: Tue, 29 Apr 2025 12:56:41 +0000 (-0400) Subject: gen/typo: Correct configure output grammar X-Git-Tag: suricata-8.0.0-rc1~404 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13108%2Fhead;p=thirdparty%2Fsuricata.git gen/typo: Correct configure output grammar Fixup the grammar for the Napatech option -- was "Enabled Napatech". --- diff --git a/configure.ac b/configure.ac index 1ab8a032db..ea80157744 100644 --- a/configure.ac +++ b/configure.ac @@ -1738,7 +1738,7 @@ # Napatech - Using the 3GD API AC_ARG_ENABLE(napatech, - AS_HELP_STRING([--enable-napatech],[Enabled Napatech Devices]), + AS_HELP_STRING([--enable-napatech],[Enable Napatech Devices]), [ enable_napatech=$enableval ], [ enable_napatech=no]) AS_IF([test "x$enable_napatech" = "xyes"], [