--- asterisk-1.6.2.9/configure.orig 2010-07-09 08:04:52.000000000 -0500 +++ asterisk-1.6.2.9/configure 2010-07-09 08:05:17.000000000 -0500 @@ -13762,7 +13762,7 @@ fi if test "x$ac_cv_func_fork_works" = xcross; then case $host in - *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* ) + *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* ) # Override, as these systems have only a dummy fork() stub ac_cv_func_fork_works=no ;; --- asterisk-1.6.2.9/autoconf/ast_func_fork.m4.orig 2010-07-09 08:39:29.000000000 -0500 +++ asterisk-1.6.2.9/autoconf/ast_func_fork.m4 2010-07-09 08:39:57.000000000 -0500 @@ -13,7 +13,7 @@ fi if test "x$ac_cv_func_fork_works" = xcross; then case $host in - *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* ) + *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* ) # Override, as these systems have only a dummy fork() stub ac_cv_func_fork_works=no ;; --- asterisk-1.6.2.9/menuselect/acinclude.m4.orig 2009-12-23 10:47:04.000000000 -0600 +++ asterisk-1.6.2.9/menuselect/acinclude.m4 2010-07-09 08:41:00.000000000 -0500 @@ -131,7 +131,7 @@ fi if test "x$ac_cv_func_fork_works" = xcross; then case $host in - *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* ) + *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* ) # Override, as these systems have only a dummy fork() stub ac_cv_func_fork_works=no ;;