summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@samsung.com>2014-06-16 10:07:16 +0100
committerDaniel Kolesa <d.kolesa@samsung.com>2014-06-16 10:07:16 +0100
commit9ac00be76b9c207a9336ac51e01215f050773ce0 (patch)
tree62f790b72eb47985c99e57122f7998404fe9c608 /m4
parentf683a2dd2f0bd4884614f3fd823fe91c579dffe9 (diff)
m4: fix macro, Makevars.in: quotes
Diffstat (limited to 'm4')
-rw-r--r--m4/efl_binary.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/efl_binary.m4 b/m4/efl_binary.m4
index 3a811f8c11..d11e1db297 100644
--- a/m4/efl_binary.m4
+++ b/m4/efl_binary.m4
@@ -26,13 +26,13 @@ AC_ARG_WITH([bin-$2],
efl_deprecated_option="yes"
], [])
-DOWN=${_efl_with_binary}
+DOWN[]$3=${_efl_with_binary}
AC_MSG_NOTICE(DOWN[ set to ${_efl_with_binary}])
with_binary_[]m4_defn([DOWN])[]$3=${_efl_with_binary}
AM_CONDITIONAL(HAVE_[]UP[]m4_translit([[$3]], [a-z], [A-Z]), [test "x${_efl_binary_define}" = "xyes"])
-AC_SUBST(DOWN)
+AC_SUBST(DOWN[]$3)
])