summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2023-01-30 08:39:15 -0800
committerEivind Næss <eivnaes@yahoo.com>2023-01-30 08:39:15 -0800
commitb5dad85dadddba0cbe7d0be663426f4e5dfbd728 (patch)
tree08501c7bd7b469afb6ad2da438d174987fa66986
parentdd3932623ee32a9f679aa087a9939e92556948e4 (diff)
downloadppp-b5dad85dadddba0cbe7d0be663426f4e5dfbd728.tar.gz
Disable building the plugins with static libraries (.a) files
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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