mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-31 09:21:19 +00:00
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:
parent
800227c2c7
commit
0dbd1a328c
3 changed files with 193 additions and 411 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue