From ebb1f2af35bd2e8054b9938bc5aa422e9a38175a Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sun, 15 May 2011 04:10:15 +0300 Subject: Check host_os, not build_os --- post_download.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'post_download.in') 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 -- cgit v1.2.3