summaryrefslogtreecommitdiff
path: root/post_download.in
diff options
context:
space:
mode:
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