mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* configure.in: default --with-libc_r to `no' until the problem is
fixed. (FreeBSD only) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1477 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
abfaac7a6c
commit
2c537562df
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu May 31 01:25:59 2001 Akinori MUSHA <knu@iDaemons.org>
|
||||
|
||||
* configure.in: default --with-libc_r to `no' until the problem is
|
||||
fixed. (FreeBSD only)
|
||||
|
||||
Tue May 29 17:24:23 2001 K.Kosako <kosako@sofnec.co.jp>
|
||||
|
||||
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
|
||||
|
|
|
@ -183,7 +183,7 @@ AC_ARG_WITH(libc_r,
|
|||
case $withval in
|
||||
yes) with_libc_r=yes;;
|
||||
*) with_libc_r=no;;
|
||||
esac], [with_libc_r=yes])
|
||||
esac], [with_libc_r=no])
|
||||
|
||||
dnl Checks for libraries.
|
||||
case "$target_os" in
|
||||
|
|
Loading…
Reference in a new issue