[Libreoffice-commits] .: post_download.in

Tor Lillqvist tml at kemper.freedesktop.org
Sat May 14 18:11:16 PDT 2011


 post_download.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit c50756cd138abc9169024319f6c61345bd25d0de
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun May 15 04:10:15 2011 +0300

    Check host_os, not build_os

diff --git a/post_download.in b/post_download.in
index 14e9737..6ecab59 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
 


More information about the Libreoffice-commits mailing list