summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2010-07-17 17:42:32 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2010-07-17 17:42:32 +0000
commit76d4bbacd1798d7f29356dff2dc9d0d8742c8dfc (patch)
tree8209eaeaffaead01f052e7289a0b0ae07dc8edc9 /autoconf
parenta7c92fad28bb88bec2bf5b9f093971ca3b574545 (diff)
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
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/ast_func_fork.m42
1 files changed, 1 insertions, 1 deletions
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
;;