Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ded44ed9
Commit
ded44ed9
authored
Oct 22, 2015
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Follow the variable naming convention for libpcap.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
060db73a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
configure
configure
+3
-2
configure.ac
configure.ac
+1
-1
Makefile.in
dlls/wpcap/Makefile.in
+1
-1
No files found.
configure
View file @
ded44ed9
...
...
@@ -677,7 +677,7 @@ XSLT_LIBS
XSLT_CFLAGS
XML2_LIBS
XML2_CFLAGS
LIBPCAP
PCAP_LIBS
X_EXTRA_LIBS
X_LIBS
X_PRE_LIBS
...
...
@@ -10941,7 +10941,7 @@ fi
{
$as_echo
"
$as_me
:
${
as_lineno
-
$LINENO
}
: result:
$ac_cv_lib_pcap_pcap_create
"
>
&5
$as_echo
"
$ac_cv_lib_pcap_pcap_create
"
>
&6
;
}
if
test
"x
$ac_cv_lib_pcap_pcap_create
"
=
xyes
;
then
:
LIBPCAP
=
"-lpcap"
PCAP_LIBS
=
"-lpcap"
fi
...
...
@@ -17127,6 +17127,7 @@ X_CFLAGS = $X_CFLAGS
X_PRE_LIBS =
$X_PRE_LIBS
X_LIBS =
$X_LIBS
X_EXTRA_LIBS =
$X_EXTRA_LIBS
PCAP_LIBS =
$PCAP_LIBS
XML2_CFLAGS =
$XML2_CFLAGS
XML2_LIBS =
$XML2_LIBS
XSLT_CFLAGS =
$XSLT_CFLAGS
...
...
configure.ac
View file @
ded44ed9
...
...
@@ -1289,7 +1289,7 @@ test "x$ac_cv_lib_OpenCL_clGetPlatformInfo" != xyes && enable_opencl=${enable_op
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"])])
fi
WINE_NOTICE_WITH(pcap,[test "x$ac_cv_lib_pcap_pcap_create" != xyes],
[pcap ${notice_platform}development files not found, wpcap won't be supported.])
...
...
dlls/wpcap/Makefile.in
View file @
ded44ed9
MODULE
=
wpcap.dll
DELAYIMPORTS
=
ws2_32
EXTRALIBS
=
@LIBPCAP@
EXTRALIBS
=
$(PCAP_LIBS)
C_SRCS
=
\
wpcap.c
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment