]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Remove uclibc cross-compile triplet, as uclibc has a working fork()... it's only...
authorTilghman Lesher <tilghman@meg.abyt.es>
Sat, 17 Jul 2010 16:59:11 +0000 (16:59 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Sat, 17 Jul 2010 16:59:11 +0000 (16:59 +0000)
(closes issue #17616)
 Reported by: pprindeville

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@277738 65c4cc65-6c06-0410-ace0-fbb531ad65f3

autoconf/ast_func_fork.m4
configure

index a5c0835ff132c5f5a719c2001c12ba7b650101e6..80dcac0d2e639d667b4450d891b1418eef1d5708 100644 (file)
@@ -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
       ;;
index 9cdc152276d21337a720cbd658e97b586f4aa4e7..b2084796bab6b32819948953d827e3193bc02c3d 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
 #! /bin/sh
-# From configure.ac Revision: 271339 .
+# From configure.ac Revision: 273793 .
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.61 for asterisk 1.4.
 #
@@ -12906,7 +12906,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
       ;;