diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-27 13:27:14 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-27 13:27:14 +0000 |
| commit | 4c2af4a575e582e90677fdf3f6720dbb78727e4e (patch) | |
| tree | 771f0f3dae0b2369163ee836101d81383da5afe2 /configure.in | |
| parent | a5a572f02570c5d8a5397850df5cf37f68620f9b (diff) | |
| download | ruby-4c2af4a575e582e90677fdf3f6720dbb78727e4e.tar.gz ruby-4c2af4a575e582e90677fdf3f6720dbb78727e4e.tar.xz ruby-4c2af4a575e582e90677fdf3f6720dbb78727e4e.zip | |
* util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi().
* configure.in (ac_cv_func_setrlimit): workaround for djgpp.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 46f5af352..323e6e4f8 100644 --- a/configure.in +++ b/configure.in @@ -435,6 +435,7 @@ msdosdjgpp*) LIBS="-lm $LIBS" ac_cv_func_setitimer=no ac_cv_sizeof_rlim_t=4 ac_cv_func_fork=no + ac_cv_func_setrlimit=no ;; bsdi*) LIBS="-lm $LIBS" ac_cv_sizeof_rlim_t=8;; |
