summaryrefslogtreecommitdiff
path: root/configure.in
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 /configure.in
parente782fb8eea88f9e36bd9efaa91c4613084a0105e (diff)
* 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
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 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)