[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - configure.ac

John Paul Adrian Glaubitz glaubitz at physik.fu-berlin.de
Sun Nov 27 22:01:42 UTC 2016


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

New commits:
commit 5ca0acb3c2757c00115b9879c4a6f044f4be1605
Author: John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>
Date:   Sun Nov 27 19:22:59 2016 +0100

    Fix typo in configure.ac (mk68 -> m68k)
    
    Change-Id: Ibbedf9444e2c43b3dff886d9513be7e3d2a99095
    Reviewed-on: https://gerrit.libreoffice.org/31276
    Reviewed-by: Rene Engelhard <rene at debian.org>
    Tested-by: Rene Engelhard <rene at debian.org>

diff --git a/configure.ac b/configure.ac
index 6e3a992..2dadc7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7127,7 +7127,7 @@ then
             my_java_arch=i386
             ;;
         m68k)
-            my_java_arch=mk68
+            my_java_arch=m68k
             ;;
         powerpc)
             my_java_arch=ppc


More information about the Libreoffice-commits mailing list