]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Trivial fix for vfork cross test.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Oct 2003 19:09:58 +0000 (19:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Oct 2003 19:09:58 +0000 (19:09 +0000)
ChangeLog
lib/autoconf/functions.m4

index 6d53a8a38d6b87a5ec74a9cee85bc05cc33b9024..ca4e40ef19a8e5843a8b622fac49b79a25cdf264 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 5ddf611698f9643afde306f4ea83e29ac88d828c..d1bf207aa717d182f387f085f2bd50563184b6b5 100644 (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