Jacek Caban : configure: Get rid of no longer used SOCKET_LIBS.

Alexandre Julliard julliard at winehq.org
Fri Oct 5 16:40:41 CDT 2018


Module: wine
Branch: master
Commit: 2e754a652725c067bc44445cebe8b96487ec4a6e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=2e754a652725c067bc44445cebe8b96487ec4a6e

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Oct  5 20:20:34 2018 +0200

configure: Get rid of no longer used SOCKET_LIBS.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure    | 6 +-----
 configure.ac | 3 +--
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/configure b/configure
index 969396a..c2483c8 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index f5c08b7..b64d99e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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")




More information about the wine-cvs mailing list