SVN revision: 48212
This commit is contained in:
Vincent Torri 2010-04-21 20:50:03 +00:00
parent 00364256fd
commit b4794c5df2
1 changed files with 3 additions and 3 deletions

View File

@ -32,11 +32,11 @@ if ! test "x${_efl_want_edje_external}" = "xno" ; then
[edje],
[_efl_enable_edje_external="yes"],
[_efl_enable_edje_external="no"])
else
AC_SUBST(EDJE_EXTERNAL_CFLAGS)
AC_SUBST(EDJE_EXTERNAL_LIBS)
fi
AC_SUBST(EDJE_EXTERNAL_CFLAGS)
AC_SUBST(EDJE_EXTERNAL_LIBS)
if test "x${_efl_want_edje_external}" = "xyes" && test "x${_efl_enable_edje_external}" = "xno" ; then
AC_MSG_ERROR([Edje EXTERNAL support requested, but Edje not found by pkg-config.])
fi