Add cygwin32 check

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@3915 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1999-03-14 18:24:38 +00:00
parent 800227c2c7
commit 0dbd1a328c
3 changed files with 193 additions and 411 deletions

View file

@ -1,3 +1,7 @@
1999-03-14 Adam Fedor <fedor@gnu.org>
* configure.in: Add check for cygwin32
1999-03-12 Adam Fedor <fedor@gnu.org>
* target.make: Turn off shared libs for FreeBSD 2.x

598
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -253,6 +253,8 @@ ac_cv_library_combo=$ac_cv_library_combo
if test "$ac_cv_library_combo" = ""; then
if test $host_os = nextstep4; then
ac_cv_library_combo=nx-nx-nx-nil
elif test $host_os = cygwin32; then
ac_cv_library_combo=gnu-gnu-gnu-w32gui
else
ac_cv_library_combo=gnu-gnu-gnu-xdps
fi