From d1f78c3e18d3b95d51d26d67cc71b0cc67f65349 Mon Sep 17 00:00:00 2001 From: Jeff Lucovsky Date: Tue, 29 Apr 2025 08:56:41 -0400 Subject: [PATCH] gen/typo: Correct configure output grammar Fixup the grammar for the Napatech option -- was "Enabled Napatech". --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], [ -- 2.47.2