projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52ad644
)
Let's order these better..
author
Jason Parker
<jparker@digium.com>
Tue, 19 Sep 2006 14:24:14 +0000
(14:24 +0000)
committer
Jason Parker
<jparker@digium.com>
Tue, 19 Sep 2006 14:24:14 +0000
(14:24 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43259
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
588d5f0
..
7f7fa49
100644
(file)
--- 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
;;