aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 14:19:54 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 14:19:54 +0000
commit2dd4535e10e7dff5aae4b10955f29232e5bd2a1c (patch)
tree63e5147bedb5bd279f9102e3d5566da0c752a874 /configure.ac
parentd275c13edc5e487e0d6878a1574ed3a1cb9d76df (diff)
Add a few more 'generic' platforms
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43258 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 71ef55486..588d5f03c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,6 +64,15 @@ case "${host_os}" in
freebsd*)
OSARCH=FreeBSD
;;
+ openbsd*)
+ OSARCH=OpenBSD
+ ;;
+ netbsd*)
+ OSARCH=NetBSD
+ ;;
+ solaris*)
+ OSARCH=SunOS
+ ;;
*)
OSARCH=${HOST_OS}
;;