* 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
This commit is contained in:
yugui 2012-08-22 01:12:52 +00:00
parent e782fb8eea
commit 0d05a79bca
2 changed files with 7 additions and 0 deletions

View File

@ -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> Wed Aug 15 19:29:29 2012 Yuki Yugui Sonoda <yugui@google.com>
* common.mk (vm_backtrace.o): Added missing dependencies. * common.mk (vm_backtrace.o): Added missing dependencies.

View File

@ -1244,6 +1244,7 @@ main()
else else
RUBY_APPEND_OPTION(XCFLAGS, -fPIC) RUBY_APPEND_OPTION(XCFLAGS, -fPIC)
fi fi
ac_cv_func_shutdown=no
], ],
[ LIBS="-lm $LIBS"]) [ LIBS="-lm $LIBS"])
AC_CHECK_LIB(crypt, crypt) AC_CHECK_LIB(crypt, crypt)