• D
    build: properly handle ./configure --with-libpcap · 0b9ab2ab
    Diego Elio Pettenò 提交于
    Without this fix, ./configure --with-libpcap will cause --with-libpcap=yes
    to be implicitly passed down, which cause yes/bin/pcap-config to be
    searched for rather than /usr/bin/pcap-config.
    
    Also output pcap: no when pcap is not found or disabled.
    0b9ab2ab
configure.ac 78.7 KB