[Libreoffice-commits] .: Branch 'libreoffice-3-6' - configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Aug 20 04:07:05 PDT 2012


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

New commits:
commit b30db013a27eaff3f7e938aff5565ec874e1e692
Author: Michael Stahl <mstahl at redhat.com>
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 <rene at debian.org>

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


More information about the Libreoffice-commits mailing list