From 898d3f4b437ca1348abc1bbd036b0106c66a7ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eivind=20N=C3=A6ss?= Date: Fri, 6 Aug 2021 16:46:43 -0700 Subject: Changing PLUGIN to PPP_WITH_PLUGINS for consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eivind Næss --- pppd/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pppd/Makefile.am') diff --git a/pppd/Makefile.am b/pppd/Makefile.am index 738613d..d70dd26 100644 --- a/pppd/Makefile.am +++ b/pppd/Makefile.am @@ -107,7 +107,7 @@ pppd_LDFLAGS += $(PCAP_LDFLAGS) pppd_LIBS += $(PCAP_LIBS) endif -if WITH_PLUGINS +if PPP_WITH_PLUGINS pppd_CPPFLAGS += -DPPPD_PLUGIN_DIR='"@PPPD_PLUGIN_DIR@"' pppd_LIBS += -ldl if LINUX -- cgit v1.2.1