diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2012-10-22 21:03:29 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2012-10-22 21:03:29 +0000 |
commit | 87fb22dd96cd167a44cbb52fba6ce5538755ed61 (patch) | |
tree | e08be8808f2d622aabf9a75f178c5a08366bb108 /configure.ac | |
parent | e3c997843c23a7b2b7c27e69462251981aaaeff2 (diff) |
merge: remove useless define
SVN revision: 78343
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 5e22fa4aa5..25b893d2f5 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -399,8 +399,6 @@ AC_DEFINE_IF([EINA_STRINGSHARE_USAGE], | |||
399 | EFL_EINA_BUILD="" | 399 | EFL_EINA_BUILD="" |
400 | case "$host_os" in | 400 | case "$host_os" in |
401 | mingw*) | 401 | mingw*) |
402 | # TODO: WHAT? evil was build before, so it should already define this | ||
403 | # AC_DEFINE([HAVE_EVIL], [1], [Set to 1 if Evil package is installed]) | ||
404 | requirements_pc_eina="${requirements_pc_eina} evil" | 402 | requirements_pc_eina="${requirements_pc_eina} evil" |
405 | EFL_EINA_BUILD="-DEFL_EINA_BUILD" | 403 | EFL_EINA_BUILD="-DEFL_EINA_BUILD" |
406 | ;; | 404 | ;; |
@@ -442,7 +440,6 @@ if ! test "x${requirements_pc_deps_eina}" = "x" ; then | |||
442 | PKG_CHECK_MODULES([EINA], [${requirements_pc_deps_eina}]) | 440 | PKG_CHECK_MODULES([EINA], [${requirements_pc_deps_eina}]) |
443 | fi | 441 | fi |
444 | 442 | ||
445 | |||
446 | ## Examples | 443 | ## Examples |
447 | 444 | ||
448 | # TODO: add once ecore-evas is merged: | 445 | # TODO: add once ecore-evas is merged: |