mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in (ac_cv_sizeof_rlim_t): set 8 for BSD/OS.
Reported by OHARA Shigeki. [ruby-dev:25236] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cb2349d653
commit
7614d64725
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Dec 17 16:44:26 2004 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* configure.in (ac_cv_sizeof_rlim_t): set 8 for BSD/OS.
|
||||
Reported by OHARA Shigeki. [ruby-dev:25236]
|
||||
|
||||
Fri Dec 17 16:28:12 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||
|
||||
* ext/tk/lib/tk.rb: fix bug on setting up system encoding
|
||||
|
|
|
@ -321,6 +321,8 @@ msdosdjgpp*) LIBS="-lm $LIBS"
|
|||
ac_cv_sizeof_rlim_t=4
|
||||
ac_cv_func_fork=no
|
||||
;;
|
||||
bsdi*) LIBS="-lm $LIBS"
|
||||
ac_cv_sizeof_rlim_t=8;;
|
||||
freebsd*) LIBS="-lm $LIBS"
|
||||
AC_CACHE_CHECK([whether -lxpg4 has to be linked],
|
||||
rb_cv_lib_xpg4_needed,
|
||||
|
|
Loading…
Reference in a new issue