aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 14:24:14 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-19 14:24:14 +0000
commitda80d436ca40633e6e29421db2f127112617a3c5 (patch)
treef9f94aa63c03d63e68af8c42dacc37af3fa4fca0 /configure.ac
parent2dd4535e10e7dff5aae4b10955f29232e5bd2a1c (diff)
Let's order these better..
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43259 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 588d5f03c..7f7fa4904 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,12 +64,12 @@ case "${host_os}" in
freebsd*)
OSARCH=FreeBSD
;;
- openbsd*)
- OSARCH=OpenBSD
- ;;
netbsd*)
OSARCH=NetBSD
;;
+ openbsd*)
+ OSARCH=OpenBSD
+ ;;
solaris*)
OSARCH=SunOS
;;