From 87fb22dd96cd167a44cbb52fba6ce5538755ed61 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Mon, 22 Oct 2012 21:03:29 +0000 Subject: [PATCH] merge: remove useless define SVN revision: 78343 --- configure.ac | 3 --- 1 file changed, 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], 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: