Trivial fix for vfork cross test.

This commit is contained in:
Paul Eggert 2003-10-13 19:09:58 +00:00
parent 40aa8f8cf0
commit 08d070c99d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
* lib/autoconf/functions.m4 (AC_FUNC_FORK): Trivial fix for vfork
cross test.
2003-10-11 Steven G. Johnson <stevenj@alum.mit.edu>
* lib/autoconf/fortran.m4 (_AC_PROG_FC): Use the new official

View File

@ -1723,7 +1723,7 @@ if test "x$ac_cv_func_vfork" = xyes; then
_AC_FUNC_VFORK
fi;
if test "x$ac_cv_func_fork_works" = xcross; then
ac_cv_func_vfork_works=ac_cv_func_vfork
ac_cv_func_vfork_works=$ac_cv_func_vfork
AC_MSG_WARN([result $ac_cv_func_vfork_works guessed because of cross compilation])
fi