summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tile/global.m4.conf')
-rw-r--r--tile/global.m4.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tile/global.m4.conf b/tile/global.m4.conf
index e05dd64..6d38d5b 100644
--- a/tile/global.m4.conf
+++ b/tile/global.m4.conf
@@ -41,5 +41,5 @@ m4_dnl
m4_dnl
m4_dnl
m4_ifelse(__CODE_STYLE(),
- erlang, __TILE_CLASS_USE_ERLANG_STYLE(),
- __CODE_STYLE, json, __TILE_CLASS_USE_JSON_STYLE())m4_dnl
+ erlang, `__TILE_CLASS_USE_ERLANG_STYLE()',
+ __CODE_STYLE(), json, `__TILE_CLASS_USE_JSON_STYLE()')m4_dnl