Rebase against 4fb840b614691a787c76659f02c163d922f88fba.

This commit is contained in:
Sebastian Lackner
2015-10-22 20:18:05 +02:00
parent 8d0e6ea5c8
commit e64c3bff30
5 changed files with 182 additions and 182 deletions

View File

@ -19,7 +19,7 @@ index aec53f6..58112de 100644
dnl **** Check for libpcap ****
if test "$ac_cv_header_pcap_pcap_h" = "yes"
then
- AC_CHECK_LIB(pcap,pcap_create,[AC_SUBST(LIBPCAP,["-lpcap"])])
- AC_CHECK_LIB(pcap,pcap_create,[AC_SUBST(PCAP_LIBS,["-lpcap"])])
+ WINE_CHECK_SONAME(pcap,pcap_create,,,)
fi
-WINE_NOTICE_WITH(pcap,[test "x$ac_cv_lib_pcap_pcap_create" != xyes],
@ -37,7 +37,7 @@ index e44613f..aeef71a 100644
@@ -1,6 +1,5 @@
MODULE = wpcap.dll
DELAYIMPORTS = ws2_32
-EXTRALIBS = @LIBPCAP@
-EXTRALIBS = $(PCAP_LIBS)
C_SRCS = \
wpcap.c