commit | 9aa840d2d358f4cba79194a1a3c36985c97f486e | [log] [tgz] |
---|---|---|
author | guy <guy> | Sat Jan 11 20:51:41 2003 +0000 |
committer | guy <guy> | Sat Jan 11 20:51:41 2003 +0000 |
tree | 744d858825835234efa46de910ad264f607b8204 | |
parent | 8b4a9e519e41a5294f0b72c2bb0791750d1e8efe [diff] |
Use AC_CHECK_FUNC, not AC_CHECK_LIB, to look for "pcap_list_datalinks()", "pcap_set_datalink()", and "pcap_datalink_name_to_val()" in the version of libpcap we're using - AC_CHECK_LIB can't check the local version, if that's what we're using, but AC_CHECK_FUNC can (it just uses the current LIBS setting).