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
2e754a65
Commit
2e754a65
authored
Oct 05, 2018
by
Jacek Caban
Committed by
Alexandre Julliard
Oct 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Get rid of no longer used SOCKET_LIBS.
Signed-off-by:
Jacek Caban
<
jacek@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
751f8e3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
configure
configure
+1
-5
configure.ac
configure.ac
+1
-2
No files found.
configure
View file @
2e754a65
...
...
@@ -729,7 +729,6 @@ LIBWINE_INSTALL_DEV
LIBWINE_INSTALL_LIB
LIBWINE_IMPORTLIB
LIBWINE_SHAREDLIB
SOCKET_LIBS
DLLTOOL
WINELOADER_PROGRAMS
CONFIGURE_TARGETS
...
...
@@ -8154,9 +8153,7 @@ fi
crtlibs
=
""
case
$host_os
in
mingw32
*
)
crtlibs
=
"-lmsvcrt"
SOCKET_LIBS
=
"-lws2_32"
;;
crtlibs
=
"-lmsvcrt"
;;
esac
LIBWINE_SHAREDLIB
=
"libwine.dll"
...
...
@@ -18877,7 +18874,6 @@ ac_config_commands="$ac_config_commands include/stamp-h"
$as_echo_n
"creating Makefile rules..."
>
&6
ALL_VARS_RULES
=
"OPENGL_LIBS =
$OPENGL_LIBS
SOCKET_LIBS =
$SOCKET_LIBS
COREFOUNDATION_LIBS =
$COREFOUNDATION_LIBS
IOKIT_LIBS =
$IOKIT_LIBS
FORCEFEEDBACK_LIBS =
$FORCEFEEDBACK_LIBS
...
...
configure.ac
View file @
2e754a65
...
...
@@ -753,8 +753,7 @@ case $host_os in
crtlibs=""
case $host_os in
mingw32*)
crtlibs="-lmsvcrt"
AC_SUBST(SOCKET_LIBS,"-lws2_32") ;;
crtlibs="-lmsvcrt" ;;
esac
AC_SUBST(LIBWINE_SHAREDLIB,"libwine.dll")
...
...
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