]> The Tcpdump Group git mirrors - tcpslice/commitdiff
Fix --static-pcap-only test on Solaris 10.
authorDenis Ovsienko <[email protected]>
Sun, 26 Mar 2023 21:23:00 +0000 (22:23 +0100)
committerDenis Ovsienko <[email protected]>
Sun, 26 Mar 2023 21:23:00 +0000 (22:23 +0100)
(Same as in tcpdump.)

Before:

checking for pcap-config... ../libpcap/pcap-config
grep: illegal option -- q
Usage: grep -hblcnsviw pattern file . . .
checking for pcap_loop... no
configure: error: This is a bug, please follow...

After:

checking for pcap-config... ../libpcap/pcap-config
checking for pcap_loop... yes


No differences found