aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-30 22:50:31 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-30 22:50:31 +0000
commit706cadf480443003f44e6df8b316e5da7908b361 (patch)
tree2544feca53e06e1a4135379476efd923f815d638 /acinclude.m4
parentf81c7dab7fbfa831813185130c7d013d366a3917 (diff)
Add linux-uclibc host arch..."thingy". Sorry, I don't know what it's called...
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@59573 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 3df4b1492..fc4311ab0 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -514,7 +514,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
;;