* 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
Родитель e782fb8eea
Коммит 0d05a79bca
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@ -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.

Просмотреть файл

@ -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)