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
This commit is contained in:
Gustavo Sverzut Barbieri 2012-06-16 05:47:25 +00:00
parent 8f998d85f9
commit 5db0925a4b
1 changed files with 3 additions and 3 deletions

View 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]))])
])
])