fix comment
This commit is contained in:
parent
cb592d1ddc
commit
3618bffcca
2
configure
vendored
2
configure
vendored
@ -5648,7 +5648,7 @@ then
|
|||||||
then
|
then
|
||||||
if test "$target_win64" = yes
|
if test "$target_win64" = yes
|
||||||
then
|
then
|
||||||
@ target_cpu=x86_64
|
target_cpu=x86_64
|
||||||
|
|
||||||
{ echo "$as_me:$LINENO: checking for main in -lws2_32" >&5
|
{ echo "$as_me:$LINENO: checking for main in -lws2_32" >&5
|
||||||
echo $ECHO_N "checking for main in -lws2_32... $ECHO_C" >&6; }
|
echo $ECHO_N "checking for main in -lws2_32... $ECHO_C" >&6; }
|
||||||
|
@ -670,7 +670,7 @@ then
|
|||||||
then
|
then
|
||||||
if test "$target_win64" = yes
|
if test "$target_win64" = yes
|
||||||
then
|
then
|
||||||
@dnl configure messes up badly on this.
|
dnl configure messes up badly on this.
|
||||||
target_cpu=x86_64
|
target_cpu=x86_64
|
||||||
AC_CHECK_LIB(ws2_32,main)
|
AC_CHECK_LIB(ws2_32,main)
|
||||||
EXTRA_LIBS_FOR_DLLS="-lws2_32"
|
EXTRA_LIBS_FOR_DLLS="-lws2_32"
|
||||||
|
Reference in New Issue
Block a user