summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 03:26:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 03:26:51 +0000
commit4c2bf69cf720e832847c137eaebad6d17eb2fee6 (patch)
tree878befd00e2e76daf1d4205dc71f903f5f425958
parentc61255aa17012ef4f377fea502cba14d8cfdc3ca (diff)
downloadruby-4c2bf69cf720e832847c137eaebad6d17eb2fee6.tar.gz
ruby-4c2bf69cf720e832847c137eaebad6d17eb2fee6.tar.xz
ruby-4c2bf69cf720e832847c137eaebad6d17eb2fee6.zip
* configure.in (ac_cv_header_ucontext_h): do not use ucontext.h on Mac
OS X 10.5 or later. merged from MacPorts. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--configure.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e45a6138b..f4ce58599 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 16 12:26:49 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (ac_cv_header_ucontext_h): do not use ucontext.h on Mac
+ OS X 10.5 or later. merged from MacPorts.
+
Tue Dec 16 11:37:07 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* ruby.c (set_arg0): use strlcpy() instead of strncpy().
diff --git a/configure.in b/configure.in
index 93ad2d217..fd38bfd36 100644
--- a/configure.in
+++ b/configure.in
@@ -522,7 +522,7 @@ darwin*) LIBS="-lobjc $LIBS"
#endif
],
[
- test "x$target_cpu" = xpowerpc && ac_cv_header_ucontext_h=no
+ ac_cv_header_ucontext_h=no
],
[
AC_DEFINE(BROKEN_SETREUID, 1)