| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'glyph')
| -rw-r--r-- | glyph/global.m4.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glyph/global.m4.conf b/glyph/global.m4.conf index 69d9bdf..1987df8 100644 --- a/glyph/global.m4.conf +++ b/glyph/global.m4.conf @@ -31,5 +31,5 @@ m4_dnl m4_dnl m4_dnl m4_ifelse(__CODE_STYLE(), - erlang, __GLYPH_USE_ERLANG_STYLE(), - __CODE_STYLE, json, __GLYPH_USE_JSON_STYLE())m4_dnl + erlang, `__GLYPH_USE_ERLANG_STYLE()', + __CODE_STYLE(), json, `__GLYPH_USE_JSON_STYLE()')m4_dnl |


