diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-04-12 04:05:08 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-04-12 04:05:08 +0000 |
| commit | e3dc536712c747ed6a01042a9dc35b79db637544 (patch) | |
| tree | c0fe1e697f5a6368f09e21660b98cdb8610e01a5 | |
| parent | 1bcb996655e3abbf63b686149376672497ca6af6 (diff) | |
| download | ruby-e3dc536712c747ed6a01042a9dc35b79db637544.tar.gz ruby-e3dc536712c747ed6a01042a9dc35b79db637544.tar.xz ruby-e3dc536712c747ed6a01042a9dc35b79db637544.zip | |
* configure.in: add check for initstate(3).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a172b79bf..94e0a2e6e 100644 --- a/configure.in +++ b/configure.in @@ -308,7 +308,7 @@ AC_CHECK_FUNCS(fmod killpg drand48 random wait4 waitpid syscall chroot fsync\ setrgid setegid setregid setresgid pause lchown lchmod\ getpgrp setpgrp getpgid setpgid getgroups getpriority getrlimit\ dlopen sigprocmask sigaction _setjmp setsid telldir seekdir fchmod\ - mktime timegm cosh sinh tanh) + mktime timegm cosh sinh tanh initstate) AC_STRUCT_TIMEZONE AC_CACHE_CHECK(for struct tm.tm_gmtoff, rb_cv_member_struct_tm_tm_gmtoff, [AC_TRY_COMPILE([#include <time.h>], |
