From a179d0d242b7d7e06b42acec21a4c8a48b5fb241 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 7 Sep 2014 02:04:16 +0000 Subject: configure.in: use ac_cv_func_vfork * configure.in (ac_cv_func_vfork): ac_cv_func_vfork_works is overridden always. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 703231cbe4..d2373ed2b6 100644 --- a/configure.in +++ b/configure.in @@ -963,7 +963,7 @@ AS_CASE(["$target_os"], ac_cv_type_getgroups=gid_t # getgroups() on Rosetta fills garbage ac_cv_lib_crypt_crypt=no ac_cv_func_fdatasync=no # Mac OS X wrongly reports it has fdatasync() - ac_cv_func_vfork_works=no + ac_cv_func_vfork=no AC_CACHE_CHECK(for broken crypt with 8bit chars, rb_cv_broken_crypt, [AC_TRY_RUN([ #include -- cgit v1.2.3