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>
This commit is contained in:
Jacek Caban 2018-10-05 20:20:34 +02:00 committed by Alexandre Julliard
parent 751f8e3d78
commit 2e754a6527
2 changed files with 2 additions and 7 deletions

6
configure vendored
View File

@ -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

View File

@ -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")