From: Eivind Næss Date: Mon, 30 Jan 2023 16:39:15 +0000 (-0800) Subject: Disable building the plugins with static libraries (.a) files X-Git-Tag: ppp-2.5.0~14^2 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=b5dad85dadddba0cbe7d0be663426f4e5dfbd728;p=ppp.git Disable building the plugins with static libraries (.a) files Signed-off-by: Eivind Næss --- 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