summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'weapon/global.m4.conf')
-rw-r--r--weapon/global.m4.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/weapon/global.m4.conf b/weapon/global.m4.conf
index 3ae3d17..5d2f473 100644
--- a/weapon/global.m4.conf
+++ b/weapon/global.m4.conf
@@ -37,5 +37,5 @@ m4_dnl
m4_dnl
m4_dnl
m4_ifelse(__CODE_STYLE(),
- erlang, __WEAPON_USE_ERLANG_STYLE(),
- __CODE_STYLE, json, __WEAPON_USE_JSON_STYLE())m4_dnl
+ erlang, `__WEAPON_USE_ERLANG_STYLE()',
+ __CODE_STYLE(), json, `__WEAPON_USE_JSON_STYLE()')m4_dnl