merge: remove useless define

SVN revision: 78343
This commit is contained in:
Vincent Torri 2012-10-22 21:03:29 +00:00
parent e3c997843c
commit 87fb22dd96
1 changed files with 0 additions and 3 deletions

View File

@ -399,8 +399,6 @@ AC_DEFINE_IF([EINA_STRINGSHARE_USAGE],
EFL_EINA_BUILD=""
case "$host_os" in
mingw*)
# TODO: WHAT? evil was build before, so it should already define this
# AC_DEFINE([HAVE_EVIL], [1], [Set to 1 if Evil package is installed])
requirements_pc_eina="${requirements_pc_eina} evil"
EFL_EINA_BUILD="-DEFL_EINA_BUILD"
;;
@ -442,7 +440,6 @@ if ! test "x${requirements_pc_deps_eina}" = "x" ; then
PKG_CHECK_MODULES([EINA], [${requirements_pc_deps_eina}])
fi
## Examples
# TODO: add once ecore-evas is merged: