From 424f895fb0a0e8ea30c1ba0bb7769cb523e77c51 Mon Sep 17 00:00:00 2001 From: tasn Date: Sun, 10 Jul 2011 11:51:47 +0000 Subject: [PATCH] Revert "add first part of the ecore_con support. elm_map.c must be fixed." Elm doesn't compile for me with this in. This reverts commit 61193 git-svn-id: https://svn.enlightenment.org/svn/e/trunk/elementary@61198 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- configure.ac | 11 ----------- src/lib/elm_map.c | 9 +-------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/configure.ac b/configure.ac index 3d4f5c2..8355255 100644 --- a/configure.ac +++ b/configure.ac @@ -218,17 +218,6 @@ PKG_CHECK_MODULES([ELEMENTARY], ] ) -PKG_CHECK_MODULES([ECORE_CON], - [ecore-con], - [ - have_ecore_con="yes" - AC_DEFINE(HAVE_ECORE_CON, 1, [Use Ecore_Con for connections]) - requirement_elm="ecore-con ${requirement_elm}" - ], - [have_ecore_con="no"]) - -AM_CONDITIONAL([HAVE_ECORE_CON], [test "x${have_ecore_con}" = "xyes"]) - PKG_CHECK_MODULES([EIO], [eio], [ diff --git a/src/lib/elm_map.c b/src/lib/elm_map.c index 399af5d..658f656 100644 --- a/src/lib/elm_map.c +++ b/src/lib/elm_map.c @@ -1,11 +1,4 @@ -#ifdef HAVE_CONFIG -# include -#endif - -#ifdef HAVE_ECORE_CON -# include -#endif - +#include #include "Elementary.h" #include "elm_priv.h" -- 2.7.4