mirror of
git://git.sv.gnu.org/autoconf
synced 2025-04-18 15:30:24 +08:00
Trivial fix for vfork cross test.
This commit is contained in:
parent
40aa8f8cf0
commit
08d070c99d
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user