loleaflet/html/loleaflet.html.m4 | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ab67cb58f97518f1e9f097d4b9cf817816d739c7
Author: Tor Lillqvist <[email protected]>
AuthorDate: Tue Nov 27 13:26:10 2018 +0200
Commit: Tor Lillqvist <[email protected]>
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])])
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits