have_ecore_evas_[]m4_defn([DOWN])="no"
want_module="$2"
-if test "x$have_ecore_evas" = "xyes"; then
- if test "x$want_module" = "xyes" || test "x$want_module" = "xstatic"; then
- $3
+if test "x$want_module" = "xyes" || test "x$want_module" = "xstatic"; then
+ $3
- AC_DEFINE([BUILD_ECORE_EVAS_]m4_defn([UP]), [1], [Support for $1 Engine in Ecore_Evas])
- have_ecore_evas_[]m4_defn([DOWN])="yes"
- fi
+ AC_DEFINE([BUILD_ECORE_EVAS_]m4_defn([UP]), [1], [Support for $1 Engine in Ecore_Evas])
+ have_ecore_evas_[]m4_defn([DOWN])="yes"
fi
-
EFL_ADD_FEATURE([ECORE_EVAS], [$1], [${want_module}])dnl
AM_CONDITIONAL([BUILD_ECORE_EVAS_]UP, [test "x$have_ecore_evas_]m4_defn([DOWN])[" = "xyes"])dnl
m4_popdef([UP])dnl