Alexandre Julliard : makefiles: Remove a no longer necessary library path.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Nov 9 08:34:17 CST 2015


Module: wine
Branch: master
Commit: a83da2d338a8053e9b51e88f2b358c83d6b0db91
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a83da2d338a8053e9b51e88f2b358c83d6b0db91

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Nov  9 16:40:05 2015 +0900

makefiles: Remove a no longer necessary library path.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/configure b/configure
index 751baa9..376b3f2 100755
--- a/configure
+++ b/configure
@@ -7980,7 +7980,7 @@ fi
     case $host_os in
         mingw32*)
           crtlibs="-lmsvcrt"
-          SOCKET_LIBS="-L\$(top_builddir)/dlls/ws2_32 -lws2_32"
+          SOCKET_LIBS="-lws2_32"
  ;;
     esac
 
diff --git a/configure.ac b/configure.ac
index c6088f4..a516b19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -717,7 +717,7 @@ case $host_os in
     case $host_os in
         mingw32*)
           crtlibs="-lmsvcrt"
-          AC_SUBST(SOCKET_LIBS,"-L\$(top_builddir)/dlls/ws2_32 -lws2_32") ;;
+          AC_SUBST(SOCKET_LIBS,"-lws2_32") ;;
     esac
 
     libwine_targets="libwine.dll libwine.a"




More information about the wine-cvs mailing list