From 75031f5984d3ea28aaa2c3d0d42d8f8d12263415 Mon Sep 17 00:00:00 2001 From: Chris Burr Date: Sat, 22 Jan 2022 10:32:56 +0100 Subject: [PATCH 1/2] Don't build the telnet plugin --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index ddc6acb..2255a0e 100644 --- a/configure.ac +++ b/configure.ac @@ -543,7 +543,7 @@ AC_DEFINE_UNQUOTED(FACL_SYM,"$FACL_SYM",[native function for native or local fil dnl We dont test for the dependencies for the telnet plugin dnl as there appear to be no major ones. -notelnet="0" +notelnet="1" dnl Do the conditional compilation flags in rest of autotools. -- 2.39.2