configure: Check for pcap_init() instead of pcap_create().
commit032e8d9c362b881a4213c819d1cc6262f2df4b35
authorHans Leidekker <hans@codeweavers.com>
Tue, 7 Feb 2023 20:40:23 +0000 (7 21:40 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Feb 2023 16:03:02 +0000 (13 17:03 +0100)
treeaf08b7a9f6a4d7abfaa4a8f6510c808f19cedff4
parent5ff8c089a92d949cd1b40826f32abb49155046ef
configure: Check for pcap_init() instead of pcap_create().

pcap_init() will be required by later patches and it was introduced after pcap_create().
configure
configure.ac