summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-01 02:25:28 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-06-01 02:25:28 +0000
commite8fb16c70fabe9a7a9eef8837d0811112d394de0 (patch)
treee87fbfa2a57591db20a1c19a5465a2c6104dafc6 /configure.in
parentac41cd68443ba522b48a09d8347a486df68a887e (diff)
* configure.in: use waitpid on mingw32.
* ext/dbm/extconf.rb: include <ndbm.h>, not <gdbm.h>. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f565695b6a..99831020a7 100644
--- a/configure.in
+++ b/configure.in
@@ -204,7 +204,8 @@ mingw*) LIBS="-lwsock32 -lmsvcrt $LIBS"
ac_cv_header_sys_resource_h=no
ac_cv_header_sys_select_h=no
ac_cv_header_sys_times_h=no
- ac_cv_func_times=yes;;
+ ac_cv_func_times=yes
+ ac_cv_func_waitpid=yes;;
os2_emx*) LIBS="-lm $LIBS"
ac_cv_lib_dir_opendir=no;;
msdosdjgpp*) LIBS="-lm $LIBS"