Revert r50122 "* configure.in: ac_cv_func_vfork=no on sparc-solaris."

fork(2) is also deprecated...

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
naruse 2015-03-30 09:27:15 +00:00
parent dcf8ddfb01
commit c8e2ccec86
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +1,3 @@
Mon Mar 30 16:34:51 2015 NARUSE, Yui <naruse@ruby-lang.org>
* configure.in: ac_cv_func_vfork=no on sparc-solaris.
sparc-solaris deprecates vfork though i386-solaris doesn't.
Mon Mar 30 14:42:41 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/win32.c (fileattr_to_unixmode, winnt_lstat): deal with

View File

@ -1148,10 +1148,6 @@ main()
ac_cv_func_isinf=yes
ac_cv_func_isnan=yes
],
[solaris*], [ LIBS="-lm $LIBS"
AS_CASE(["$target_cpu"],
[sparc*], [ac_cv_func_vfork=no])
],
[nacl], [
LIBS="-lm $LIBS"
if test "${nacl_cv_build_variant}" = "newlib"; then