fix g++ on win

This commit is contained in:
Vítor Manuel de Morais Santos Costa 2010-01-14 15:44:34 +00:00
parent 31314c8059
commit 0343a1da5a
2 changed files with 2344 additions and 11043 deletions

13386
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -517,6 +517,7 @@ then
if test "$cygwin" = "no"
then
CC="gcc -mno-cygwin"
CXX="g++ -mno-cygwin"
AC_CHECK_LIB(wsock32,main)
AC_CHECK_LIB(psapi,main)
yap_cv_readline=no