aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-30 22:54:01 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-30 22:54:01 +0000
commit2a3583fda139428d10fe31c071de63a982ceed4e (patch)
tree33e8968eac6c81c78f5324e7b08fbc1acbb62e8b /configure
parentd6b3680d25e4ce97d9ceadbc020408ebd5d6190a (diff)
Merged revisions 59573 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59573 | qwell | 2007-03-30 17:50:31 -0500 (Fri, 30 Mar 2007) | 2 lines Add linux-uclibc host arch..."thingy". Sorry, I don't know what it's called... ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59574 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7b1cbb86a..00dcbd3a4 100755
--- a/configure
+++ b/configure
@@ -12821,7 +12821,7 @@ else
fi
if test "x$ac_cv_func_fork_works" = xcross; then
case $host in
- *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* )
+ *-*-amigaos* | *-*-msdosdjgpp* | *-*-uclinux* | *-*-linux-uclibc* )
# Override, as these systems have only a dummy fork() stub
ac_cv_func_fork_works=no
;;