summaryrefslogtreecommitdiff
path: root/pppd/Makefile.am
diff options
context:
space:
mode:
authorEivind Næss <eivnaes@yahoo.com>2021-07-20 01:18:23 -0700
committerEivind Næss <eivnaes@yahoo.com>2021-07-20 08:25:53 -0700
commit9d5da9abed2b47cbd2ce4ab428ebf9f2e4fd2993 (patch)
treedb0135b2cbcd555438613d4a9992546e01221619 /pppd/Makefile.am
parentaf9eafe584f98986a20bc33c8535a044bbdbb12b (diff)
downloadppp-9d5da9abed2b47cbd2ce4ab428ebf9f2e4fd2993.tar.gz
Fixing up libpcap configure option on SunOS
Re-introducing the Automake WITH_FILTER to separate the detection of libpcap. SunOS has a viable libpcap, but does not support the filter feature. 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 1766f05..3a0ddfa 100644
--- a/pppd/Makefile.am
+++ b/pppd/Makefile.am
@@ -92,7 +92,7 @@ if WITH_MPPE
pppd_SOURCES += mppe.c
endif
-if WITH_PCAP
+if WITH_FILTER
pppd_CPPFLAGS += $(PCAP_CFLAGS)
pppd_LDFLAGS += $(PCAP_LDFLAGS)
pppd_LIBS += $(PCAP_LIBS)