all windows should use install win

cygwin only needs -lcygwin


git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@695 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc 2002-11-20 05:29:43 +00:00
parent 1530bf21ed
commit 4a5d2809ab
2 changed files with 386 additions and 869 deletions

1251
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -277,9 +277,9 @@ dnl cygnus and mingw32 also need wsock32 to use sockets.
dnl
if test "$target_os" = "cygwin"
then
INSTALL_COMMAND=install_win32
if test "$cygwin" = "no"
then
INSTALL_COMMAND=install_win32
CC="gcc -mno-cygwin"
AC_CHECK_LIB(wsock32,main)
yap_cv_readline=no
@ -288,7 +288,7 @@ then
prefix="c:/Program\\ Files/Yap"
fi
else
LIBS="-lcygwin -lkernel32"
LIBS="-lcygwin"
INSTALL_COMMAND=install_unix
fi
elif test "$target_os" = "mingw32"