summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-02-11 14:59:04 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-02-11 14:59:04 +0000
commit32ce4317d8077c926d0c00172cfac8001dd5ff98 (patch)
tree624c12787491fb4366317b866ba5e8ac978e7464
parentc5254c68ada9bc56df27dc9d8ced9ca20c762cd6 (diff)
* 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
-rw-r--r--ChangeLog2
-rw-r--r--configure.in2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a85999575..5278330606 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/configure.in b/configure.in
index 2dce3d9fcb..609d68510a 100644
--- a/configure.in
+++ b/configure.in
@@ -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,