From 76d4bbacd1798d7f29356dff2dc9d0d8742c8dfc Mon Sep 17 00:00:00 2001 From: Tilghman Lesher Date: Sat, 17 Jul 2010 17:42:32 +0000 Subject: Merged revisions 277738 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r277738 | tilghman | 2010-07-17 11:59:11 -0500 (Sat, 17 Jul 2010) | 5 lines Remove uclibc cross-compile triplet, as uclibc has a working fork()... it's only uclinux that does not. (closes issue #17616) Reported by: pprindeville ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@277775 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- autoconf/ast_func_fork.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoconf') diff --git a/autoconf/ast_func_fork.m4 b/autoconf/ast_func_fork.m4 index a5c0835ff..80dcac0d2 100644 --- a/autoconf/ast_func_fork.m4 +++ b/autoconf/ast_func_fork.m4 @@ -13,7 +13,7 @@ else 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 ;; -- cgit v1.2.3