summaryrefslogtreecommitdiff
path: root/pppd/Makefile.am
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-08-06 16:52:33 -0700
committerEivind Næss <eivnaes@yahoo.com>2022-07-15 15:25:39 -0700
commitf7307b3f74f9a2fd64acc77b0c884ed1cc9afe56 (patch)
tree5dec0b047b937babeb0aaba2cdbda8f3bc781836 /pppd/Makefile.am
parent898d3f4b437ca1348abc1bbd036b0106c66a7ba6 (diff)
downloadppp-f7307b3f74f9a2fd64acc77b0c884ed1cc9afe56.tar.gz
Changing PPP_FILTER to PPP_WITH_FILTER for consistency.
Signed-off-by: Eivind Næss <eivnaes@yahoo.com>
Diffstat (limited to 'pppd/Makefile.am')
-rw-r--r--pppd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/pppd/Makefile.am b/pppd/Makefile.am
index d70dd26..2cf2400 100644
--- a/pppd/Makefile.am
+++ b/pppd/Makefile.am
@@ -101,7 +101,7 @@ if PPP_WITH_MPPE
pppd_SOURCES += mppe.c
endif
-if WITH_FILTER
+if PPP_WITH_FILTER
pppd_CPPFLAGS += $(PCAP_CFLAGS)
pppd_LDFLAGS += $(PCAP_LDFLAGS)
pppd_LIBS += $(PCAP_LIBS)