]> git.ozlabs.org Git - ppp.git/commitdiff
Disable building the plugins with static libraries (.a) files
authorEivind Næss <eivnaes@yahoo.com>
Mon, 30 Jan 2023 16:39:15 +0000 (08:39 -0800)
committerEivind Næss <eivnaes@yahoo.com>
Mon, 30 Jan 2023 16:39:15 +0000 (08:39 -0800)
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
configure.ac

index 7dd26255d95de11791f2f496a2c86fe1b250fe12..bb45caba7f284ffe8040afbd621818b7013d7030 100644 (file)
@@ -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