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

SVN revision: 61198
This commit is contained in:
Tom Hacohen 2011-07-10 11:51:47 +00:00
parent 727a931e3c
commit 1255fadd05
2 changed files with 1 additions and 19 deletions

View File

@ -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],
[

View File

@ -1,11 +1,4 @@
#ifdef HAVE_CONFIG
# include <elementary_config.h>
#endif
#ifdef HAVE_ECORE_CON
# include <Ecore_Con.h>
#endif
#include <Ecore_Con.h>
#include "Elementary.h"
#include "elm_priv.h"