fix comment

This commit is contained in:
Vítor Santos Costa 2012-02-06 11:12:55 +00:00
parent cb592d1ddc
commit 3618bffcca
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -5648,7 +5648,7 @@ then
then
if test "$target_win64" = yes
then
@ target_cpu=x86_64
target_cpu=x86_64
{ echo "$as_me:$LINENO: checking for main in -lws2_32" >&5
echo $ECHO_N "checking for main in -lws2_32... $ECHO_C" >&6; }

View File

@ -670,7 +670,7 @@ then
then
if test "$target_win64" = yes
then
@dnl configure messes up badly on this.
dnl configure messes up badly on this.
target_cpu=x86_64
AC_CHECK_LIB(ws2_32,main)
EXTRA_LIBS_FOR_DLLS="-lws2_32"