summaryrefslogtreecommitdiff
path: root/post_download.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-15 04:10:15 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-15 04:10:15 +0300
commitebb1f2af35bd2e8054b9938bc5aa422e9a38175a (patch)
treea751dac6d6a8ad70b07c353fb77111ef11dad719 /post_download.in
parent9bddb3ce73e3f5244177be425db27dbf1f85acc3 (diff)
Check host_os, not build_os
Diffstat (limited to 'post_download.in')
-rwxr-xr-xpost_download.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/post_download.in b/post_download.in
index 14e9737e8baf..6ecab59326c9 100755
--- a/post_download.in
+++ b/post_download.in
@@ -11,7 +11,7 @@ dnl ===================================================================
dnl The following is a list of supported systems.
dnl ===================================================================
AC_CANONICAL_SYSTEM
-case "$build_os" in
+case "$host_os" in
solaris*)
_os=SunOS
;;
@@ -43,7 +43,7 @@ case "$build_os" in
_os=DragonFly
;;
*)
- AC_MSG_ERROR([$_os operating system is not suitable to build LibreOffice!])
+ AC_MSG_ERROR([$host_os operating system is not suitable for LibreOffice!])
;;
esac