do not force gcc

This commit is contained in:
Vítor Manuel de Morais Santos Costa 2010-01-29 16:11:40 +00:00
parent 4d341f2aab
commit 404331ac0f
2 changed files with 4 additions and 4 deletions

4
configure vendored
View File

@ -4879,8 +4879,8 @@ then
INSTALL_COMMAND=install_win32
if test "$cygwin" = "no"
then
CC="gcc -mno-cygwin"
CXX="g++ -mno-cygwin"
CC="${CC} -mno-cygwin"
CXX="${CXX} -mno-cygwin"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lwsock32" >&5
$as_echo_n "checking for main in -lwsock32... " >&6; }

View File

@ -516,8 +516,8 @@ then
INSTALL_COMMAND=install_win32
if test "$cygwin" = "no"
then
CC="gcc -mno-cygwin"
CXX="g++ -mno-cygwin"
CC="${CC} -mno-cygwin"
CXX="${CXX} -mno-cygwin"
AC_CHECK_LIB(wsock32,main)
AC_CHECK_LIB(psapi,main)
yap_cv_readline=no