[Libreoffice-commits] online.git: Branch 'libreoffice-6-2' - loleaflet/html
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Nov 27 12:15:15 UTC 2018
loleaflet/html/loleaflet.html.m4 | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 89b452bb7174d7b05cc36c3e693dec453cae0891
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Nov 27 13:26:10 2018 +0200
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Nov 27 13:14:56 2018 +0100
Fix m4 problem introduced by me a month ago
MOBILEAPP does of course not expand to empty if it is not defined as
an m4 macro, it stays as is.
Thanks to samuel_m for noticing.
Change-Id: Ia76062b347627289adab0c1d6635f03850a0f2b3
(cherry picked from commit ab67cb58f97518f1e9f097d4b9cf817816d739c7)
Reviewed-on: https://gerrit.libreoffice.org/64110
Reviewed-by: Tor Lillqvist <tml at collabora.com>
Tested-by: Tor Lillqvist <tml at collabora.com>
diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4
index 3d8eb1a1d..ca9a7452c 100644
--- a/loleaflet/html/loleaflet.html.m4
+++ b/loleaflet/html/loleaflet.html.m4
@@ -13,6 +13,7 @@ define([_foreachq],[ifelse([$#],[3],[],[define([$1],[$4])$2[]$0([$1],[$2],shift(
<script>
dnl# Define MOBILEAPP as true if this is either for the iOS app or for the gtk+ "app" testbed
+define([MOBILEAPP],[])
ifelse(IOSAPP,[true],[define([MOBILEAPP],[true])])
ifelse(GTKAPP,[true],[define([MOBILEAPP],[true])])
More information about the Libreoffice-commits
mailing list