fix previous fix.
This commit is contained in:
parent
ebec10b1d3
commit
6040696637
3
configure
vendored
3
configure
vendored
@ -5714,7 +5714,6 @@ _ACEOF
|
||||
fi
|
||||
|
||||
EXTRA_LIBS_FOR_DLLS="-lws2_32"
|
||||
LIBS="$LIBS -lws2_32"
|
||||
elif test "$target_os" = "cygwin"
|
||||
then
|
||||
CC="${CC} -mno-cygwin"
|
||||
@ -5924,7 +5923,7 @@ fi
|
||||
if test "$target_win64" = yes
|
||||
then
|
||||
prefix="\${SYSTEMDRIVE}/Yap64"
|
||||
CLIB_NETLIBS="-lwsock32 -lpsapi -lgdi32"
|
||||
CLIB_NETLIBS="-lws2_32 -lwsock32 -lpsapi -lgdi32"
|
||||
else
|
||||
prefix="\${SYSTEMDRIVE}/Yap"
|
||||
fi
|
||||
|
@ -672,7 +672,6 @@ then
|
||||
then
|
||||
AC_CHECK_LIB(ws2_32,main)
|
||||
EXTRA_LIBS_FOR_DLLS="-lws2_32"
|
||||
LIBS="$LIBS -lws2_32"
|
||||
elif test "$target_os" = "cygwin"
|
||||
then
|
||||
CC="${CC} -mno-cygwin"
|
||||
@ -690,7 +689,7 @@ then
|
||||
if test "$target_win64" = yes
|
||||
then
|
||||
prefix="\${SYSTEMDRIVE}/Yap64"
|
||||
CLIB_NETLIBS="-lwsock32 -lpsapi -lgdi32"
|
||||
CLIB_NETLIBS="-lws2_32 -lwsock32 -lpsapi -lgdi32"
|
||||
else
|
||||
prefix="\${SYSTEMDRIVE}/Yap"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user