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/branches/1.4@277738 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Tilghman Lesher 15 years ago
parent 99202cbc03
commit 891555ad4a

@ -13,7 +13,7 @@ else
fi fi
if test "x$ac_cv_func_fork_works" = xcross; then if test "x$ac_cv_func_fork_works" = xcross; then
case $host in case $host in
*-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* ) *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* )
# Override, as these systems have only a dummy fork() stub # Override, as these systems have only a dummy fork() stub
ac_cv_func_fork_works=no ac_cv_func_fork_works=no
;; ;;

4
configure vendored

@ -1,5 +1,5 @@
#! /bin/sh #! /bin/sh
# From configure.ac Revision: 271339 . # From configure.ac Revision: 273793 .
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.61 for asterisk 1.4. # Generated by GNU Autoconf 2.61 for asterisk 1.4.
# #
@ -12906,7 +12906,7 @@ else
fi fi
if test "x$ac_cv_func_fork_works" = xcross; then if test "x$ac_cv_func_fork_works" = xcross; then
case $host in case $host in
*-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* ) *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* )
# Override, as these systems have only a dummy fork() stub # Override, as these systems have only a dummy fork() stub
ac_cv_func_fork_works=no ac_cv_func_fork_works=no
;; ;;

Loading…
Cancel
Save