mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: add ac_cv_func_getpgrp_void=yes on DJGPP.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c5254c68ad
commit
32ce4317d8
2 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,8 @@ Sun Feb 11 16:00:30 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
|||
|
||||
* gc.c (rb_gc, Init_stack): ditto.
|
||||
|
||||
* configure.in: add ac_cv_func_getpgrp_void=yes on DJGPP.
|
||||
|
||||
Fri Feb 10 00:00:30 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
|
||||
|
||||
* win32/win32.c (win32_stat): replace stat for enable when pathname
|
||||
|
|
|
@ -194,6 +194,8 @@ mingw*) LIBS="-lwsock32 -lmsvcrt $LIBS"
|
|||
ac_cv_func_times=yes;;
|
||||
os2_emx*) LIBS="-lm $LIBS"
|
||||
ac_cv_lib_dir_opendir=no;;
|
||||
msdosdjgpp*) LIBS="-lm $LIBS"
|
||||
ac_cv_func_getpgrp_void=yes;;
|
||||
freebsd*) LIBS="-lm $LIBS"
|
||||
AC_CACHE_CHECK([whether -lxpg4 has to be linked],
|
||||
rb_cv_lib_xpg4_needed,
|
||||
|
|
Loading…
Reference in a new issue