From b5dad85dadddba0cbe7d0be663426f4e5dfbd728 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Eivind=20N=C3=A6ss?= Date: Mon, 30 Jan 2023 08:39:15 -0800 Subject: [PATCH] Disable building the plugins with static libraries (.a) files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Eivind Næss --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 7dd2625..bb45cab 100644 --- a/configure.ac +++ b/configure.ac @@ -12,6 +12,7 @@ AM_MAINTAINER_MODE([enable]) AC_LANG(C) AC_CONFIG_SRCDIR([pppd/main.c]) AC_CONFIG_HEADERS([pppd/config.h pppd/pppdconf.h pppd/plugins/pppoe/config.h]) +AC_ENABLE_STATIC(no) # Checks for programs. AC_PROG_CC -- 2.39.2