configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b30db013a27eaff3f7e938aff5565ec874e1e692
Author: Michael Stahl <[email protected]>
Date:   Mon Aug 20 12:41:08 2012 +0200

    configure: fix S390X CPUNAME:
    
    The value was changed to S390x, presumably by accident, breaking the
    build (regression from 480b32d3809830002ecc28508d40af3ecd4ad272).
    
    (cherry picked from commit 8c482683edf6aee17d4718150158293461b88b3b)
    
    Change-Id: Icca90818c6363855437a273714a8317becdfd0e5
    Signed-off-by: Rene Engelhard <[email protected]>

diff --git a/configure.in b/configure.in
index e631f6d..2cd5055 100644
--- a/configure.in
+++ b/configure.in
@@ -3258,7 +3258,7 @@ linux-gnu*)
         ;;
     s390x)
         CPU=3
-        CPUNAME=S390x
+        CPUNAME=S390X
         RTL_ARCH=S390x
         LIB64="lib64"
         OUTPATH=unxlngs390x
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to