
2003-11-07  Bernardo Innocenti  <bernie@develer.com>

	* lib/autconf/functions.m4 (AC_FUNC_FORK): Don't assume working fork()
	when cross-compiling for *-*-uclinux*.

diff -u -p -u -p -r1.81 functions.m4
--- lib/autoconf/functions.m4	27 Oct 2003 11:12:52 -0000	1.81
+++ lib/autoconf/functions.m4	7 Nov 2003 07:03:17 -0000
@@ -1708,7 +1708,7 @@ else
 fi
 if test "x$ac_cv_func_fork_works" = xcross; then
   case $host in
-    *-*-amigaos* | *-*-msdosdjgpp*)
+    *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux*)
       # Override, as these systems have only a dummy fork() stub
       ac_cv_func_fork_works=no
       ;;
