summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-10 22:48:43 +0000
committerocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-10 22:48:43 +0000
commit194bd81513459e83bc88cb71b2ccf006f687bcc4 (patch)
tree9ba558cd06e443d82d42d53d9a1fbc58aa679900 /configure.in
parent1a6832d3b5c9c474491131add6ffefb5b0aeaaa8 (diff)
downloadruby-194bd81513459e83bc88cb71b2ccf006f687bcc4.tar.gz
ruby-194bd81513459e83bc88cb71b2ccf006f687bcc4.tar.xz
ruby-194bd81513459e83bc88cb71b2ccf006f687bcc4.zip
* configure.in: undef HAVE_LINK on BeOS. (link(2) always returns
EINVAL, and this causes error in test/fileutils.) * file.c: overwride chown(2) and fchown(2) on BeOS. (these functions should not change user/group id if -1 is passed as corresponding argument, and this causes error in test/fileutils too) [ruby-dev:27672] * file.c (rb_file_s_link): checks HAVE_LINK. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 40dfdbc58..42b5645c1 100644
--- a/configure.in
+++ b/configure.in
@@ -321,7 +321,7 @@ hpux*) LIBS="-lm $LIBS"
human*) ac_cv_func_getpgrp_void=yes
ac_cv_func_setitimer=no
;;
-beos*) ;;
+beos*) ac_cv_func_link=no;;
cygwin*) rb_cv_have_daylight=no
ac_cv_var_tzname=no
ac_cv_func__setjmp=no