[asterisk-commits] tilghman: branch 1.4 r277738 - in /branches/1.4: ./ autoconf/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Jul 17 11:59:18 CDT 2010


Author: tilghman
Date: Sat Jul 17 11:59:11 2010
New Revision: 277738

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=277738
Log:
Remove uclibc cross-compile triplet, as uclibc has a working fork()... it's only uclinux that does not.

(closes issue #17616)
 Reported by: pprindeville

Modified:
    branches/1.4/autoconf/ast_func_fork.m4
    branches/1.4/configure

Modified: branches/1.4/autoconf/ast_func_fork.m4
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/autoconf/ast_func_fork.m4?view=diff&rev=277738&r1=277737&r2=277738
==============================================================================
--- branches/1.4/autoconf/ast_func_fork.m4 (original)
+++ branches/1.4/autoconf/ast_func_fork.m4 Sat Jul 17 11:59:11 2010
@@ -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
       ;;




More information about the asterisk-commits mailing list