From eda6c82114df5a34027f9c92948e3673e31044f8 Mon Sep 17 00:00:00 2001 From: John Safranek Date: Wed, 8 Jul 2020 09:16:14 -0700 Subject: [PATCH] Fix a typo in the configure file wrt the description of the pty option. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1bcae74..84f35aa 100644 --- a/configure.ac +++ b/configure.ac @@ -109,7 +109,7 @@ AC_ARG_ENABLE([fwd], # pseudo-terminal AC_ARG_ENABLE([term], - [AS_HELP_STRING([--disable-term],[Enable pseudo-terminal support (default: enabled)])], + [AS_HELP_STRING([--disable-term],[Disable pseudo-terminal support (default: enabled)])], [ENABLED_PTERM=$enableval],[ENABLED_PTERM=yes]) # Enable All