aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
;;