From d3bdf4823f0f205856b2780b160ee7e3d317dca9 Mon Sep 17 00:00:00 2001 From: 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?! :-) git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@72212 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- m4/efl_compiler.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/m4/efl_compiler.m4 b/m4/efl_compiler.m4 index 86ce806..ff514ca 100644 --- a/m4/efl_compiler.m4 +++ b/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