Skip to content

Commit

Permalink
configure: Get rid of no longer used SOCKET_LIBS.
Browse files Browse the repository at this point in the history
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
  • Loading branch information
cjacek authored and julliard committed Oct 5, 2018
1 parent 751f8e3 commit 2e754a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
6 changes: 1 addition & 5 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,6 @@ LIBWINE_INSTALL_DEV
LIBWINE_INSTALL_LIB
LIBWINE_IMPORTLIB
LIBWINE_SHAREDLIB
SOCKET_LIBS
DLLTOOL
WINELOADER_PROGRAMS
CONFIGURE_TARGETS
Expand Down Expand Up @@ -8154,9 +8153,7 @@ fi
crtlibs=""
case $host_os in
mingw32*)
crtlibs="-lmsvcrt"
SOCKET_LIBS="-lws2_32"
;;
crtlibs="-lmsvcrt" ;;
esac

LIBWINE_SHAREDLIB="libwine.dll"
Expand Down Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 2e754a6

Please sign in to comment.