1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in (ac_cv_func_fork): set to no on DJGPP.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2004-04-25 09:28:07 +00:00
parent fa659c1449
commit 6075e128e6
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Sun Apr 25 18:26:23 2004 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in (ac_cv_func_fork): set to no on DJGPP.
Sat Apr 24 14:32:03 2004 Kazuo Saito <ksaito@uranus.dti.ne.jp>
* re.c: applied stack error handling patch. [ruby-dev:22431]

View file

@ -317,6 +317,7 @@ os2-emx*) LIBS="-lm $LIBS"
msdosdjgpp*) LIBS="-lm $LIBS"
ac_cv_func_getpgrp_void=yes
ac_cv_func_setitimer=no
ac_cv_func_fork=no
;;
freebsd*) LIBS="-lm $LIBS"
AC_CACHE_CHECK([whether -lxpg4 has to be linked],