From 5db0925a4bf48de6fa079a503e5a6614788b2c3a Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 16 Jun 2012 05:47:25 +0000 Subject: [PATCH] fix typos in m4 macros preventing build to happen. spanks vtorri... maybe raster is making a track of typos in committed code?! :-) SVN revision: 72212 --- legacy/ecore/m4/efl_compiler.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/ecore/m4/efl_compiler.m4 b/legacy/ecore/m4/efl_compiler.m4 index 86ce806..ff514ca 100644 --- a/legacy/ecore/m4/efl_compiler.m4 +++ b/legacy/ecore/m4/efl_compiler.m4 @@ -32,9 +32,9 @@ AC_LANG_POP([C]) UPEFL[_CFLAGS]="${UPEFL[_CFLAGS]} [$2]" AC_ARG_VAR(UPEFL[_CFLAGS], [preprocessor flags for $2]) -AC_SUBST(UPFEL[_CFLAGS]) +AC_SUBST(UPEFL[_CFLAGS]) -AM_CONDITIONAL([EFL_HAVE]UP, [test "x${have_flag}" = "xyes"]) +AM_CONDITIONAL([EFL_HAVE]UPEFL, [test "x${have_flag}" = "xyes"]) m4_popdef([UP]) m4_popdef([UPEFL]) @@ -48,4 +48,4 @@ dnl EFL_CHECK_COMPILER_FLAGS(EFL, FLAGS) AC_DEFUN([EFL_CHECK_COMPILER_FLAGS], [ m4_foreach_w([flag], [$2], [EFL_CHECK_COMPILER_FLAG($1, m4_defn([flag]))]) -]) \ No newline at end of file +]) -- 2.7.4