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:
parent
fa659c1449
commit
6075e128e6
2 changed files with 5 additions and 0 deletions
|
@ -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]
|
||||
|
|
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue