From 32ce4317d8077c926d0c00172cfac8001dd5ff98 Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 11 Feb 2001 14:59:04 +0000 Subject: * 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 --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') 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, -- cgit v1.2.3