aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
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 /acinclude.m4
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 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ca82c7a9f..cc1f61e76 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -568,7 +568,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
;;