Commit 2e754a65 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

configure: Get rid of no longer used SOCKET_LIBS.

parent 751f8e3d
......@@ -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
......
......@@ -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")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment