[Libreoffice-commits] online.git: loleaflet/html
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue Nov 27 11:30:20 UTC 2018
loleaflet/html/loleaflet.html.m4 | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ab67cb58f97518f1e9f097d4b9cf817816d739c7
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:28:58 2018 +0200
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
diff --git a/loleaflet/html/loleaflet.html.m4 b/loleaflet/html/loleaflet.html.m4
index a7625742c..a1b9defdb 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