aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-17 16:59:11 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2010-07-17 16:59:11 +0000
commit3e76e0b91c1412035bd075fe9942bd2df932bb73 (patch)
treeeaca6734133bd17a8360a2d528f0adf872f2e787
parent79ae3cff0b445aa7f94cefe498d3d0163a491770 (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.4@277738 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--autoconf/ast_func_fork.m42
-rwxr-xr-xconfigure4
2 files changed, 3 insertions, 3 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
;;
diff --git a/configure b/configure
index 9cdc15227..b2084796b 100755
--- 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
;;