summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 03:30:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 03:30:58 +0000
commit2b0d1d856be3ba3cbd78c8759c1808f8ff6006d5 (patch)
treeb3750a1214442184c57a109eb751002c8ebbdbf0 /configure.in
parent4c2bf69cf720e832847c137eaebad6d17eb2fee6 (diff)
downloadruby-2b0d1d856be3ba3cbd78c8759c1808f8ff6006d5.tar.gz
ruby-2b0d1d856be3ba3cbd78c8759c1808f8ff6006d5.tar.xz
ruby-2b0d1d856be3ba3cbd78c8759c1808f8ff6006d5.zip
* configure.in (ac_cv_func_daemon): daemon(3) is deprecated on Mac OS
X 10.5 or later. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index fd38bfd36..1cc1deb48 100644
--- a/configure.in
+++ b/configure.in
@@ -523,6 +523,7 @@ darwin*) LIBS="-lobjc $LIBS"
],
[
ac_cv_header_ucontext_h=no
+ ac_cv_func_daemon=no
],
[
AC_DEFINE(BROKEN_SETREUID, 1)