aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-22 01:12:52 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-22 01:12:52 +0000
commit0d05a79bca35101e4adc4bcdeb07ecaacd9336d5 (patch)
treed7632be9a573aef251aa1317367a25b6c03646c7
parente782fb8eea88f9e36bd9efaa91c4613084a0105e (diff)
downloadruby-0d05a79bca35101e4adc4bcdeb07ecaacd9336d5.tar.gz
* configure.in (ac_cv_func_shutdown): shutdown(2) has a dummy
implementation but has no declaration and does not work in NativeClient SDK pepper_20. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
-rw-r--r--configure.in1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b21f8353a8..f2c3cfb1d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Aug 15 19:37:33 2012 Yuki Yugui Sonoda <yugui@google.com>
+
+ * configure.in (ac_cv_func_shutdown): shutdown(2) has a dummy
+ implementation but has no declaration and does not work in
+ NativeClient SDK pepper_20.
+
Wed Aug 15 19:29:29 2012 Yuki Yugui Sonoda <yugui@google.com>
* common.mk (vm_backtrace.o): Added missing dependencies.
diff --git a/configure.in b/configure.in
index 68d37fc8cd..e8b1cc739a 100644
--- a/configure.in
+++ b/configure.in
@@ -1244,6 +1244,7 @@ main()
else
RUBY_APPEND_OPTION(XCFLAGS, -fPIC)
fi
+ ac_cv_func_shutdown=no
],
[ LIBS="-lm $LIBS"])
AC_CHECK_LIB(crypt, crypt)