fix typos in m4 macros preventing build to happen.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jun 2012 05:47:25 +0000 (05:47 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 16 Jun 2012 05:47:25 +0000 (05:47 +0000)
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

index 86ce806..ff514ca 100644 (file)
@@ -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
+])